|
|
@ -34,3 +34,6 @@ pkginstalled gettext || var_append confopt ' ' "--enable-gettext=no" |
|
|
|
var_append confopt ' ' "--libexecdir='$libdir'" |
|
|
|
# libacl needs libattr |
|
|
|
libdir="$root/lib" |
|
|
|
|
|
|
|
# fix libdir because the .la will be removed from /lib |
|
|
|
hook_add postinstall 3 "sed -i -e \"s,libdir=.*,libdir='/usr/lib',\" /usr/lib/libattr.la" |