Browse Source

Fixed libacl to not inject a hard-coded '--enable-shared' confopt (enabled by default)

early
Christian Wiese 17 years ago
parent
commit
e5add13ee9
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      base/acl/acl.conf

+ 0
- 3
base/acl/acl.conf

@ -23,9 +23,6 @@ makeinstopt="$makeinstopt install-lib install-dev"
# only static libs go here # only static libs go here
var_append confopt ' ' "--libexecdir='$libdir'" var_append confopt ' ' "--libexecdir='$libdir'"
# also build shared libs
var_append confopt ' ' "--enable-shared"
# install missing .la file # install missing .la file
hook_add inmake 9 "cp -av libacl/libacl.la $root$libdir/; sed -i 's,installed=no,installed=yes,' $root$libdir/libacl.la" hook_add inmake 9 "cp -av libacl/libacl.la $root$libdir/; sed -i 's,installed=no,installed=yes,' $root$libdir/libacl.la"

Loading…
Cancel
Save