sed: fix linkage against acl.

Due to --as-needed being defined before LDFLAGS, it was being ignored.

Close #672
This commit is contained in:
Juan RP 2014-12-01 16:43:33 +01:00
parent af7d647f76
commit c8d3dfbd9a

View file

@ -1,12 +1,10 @@
# Template file for 'sed'
LDFLAGS="-lacl"
pkgname=sed
version=4.2.2
revision=6
bootstrap=yes
build_style=gnu-configure
configure_args="--enable-acl ac_cv_func_aclsort=yes"
configure_args="--enable-acl ac_cv_func_aclsort=yes LIBS=-lacl"
makedepends="acl-devel"
conflicts="chroot-sed>=0"
short_desc="The GNU stream editor"