|
|
@ -27,8 +27,9 @@ autogen=1 |
|
|
|
# only static libs go here |
|
|
|
var_append confopt ' ' "--libexecdir='$libdir'" |
|
|
|
|
|
|
|
# tell xfsprogs whether we have a gettext package |
|
|
|
# tell xfsprogs whether we have a gettext/readline package |
|
|
|
pkginstalled gettext || var_append confopt ' ' "--enable-gettext=no" |
|
|
|
pkginstalled readline && var_append confopt ' ' "--enable-readline=yes" |
|
|
|
|
|
|
|
bindir="$root/$prefix/sbin" |
|
|
|
sbindir="$root/sbin" |
|
|
|