Browse Source

Fixed libacl to not copy the .la file using a inmake hook (obsolete hack)

early
Christian Wiese 17 years ago
parent
commit
46f0e03f60
  1. 4
      base/acl/acl.conf

4
base/acl/acl.conf

@ -22,7 +22,3 @@ makeinstopt="$makeinstopt install-lib install-dev"
# only static libs go here
var_append confopt ' ' "--libexecdir='$libdir'"
# 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"

Loading…
Cancel
Save