sed: fix acl detection properly in cross compilation.

This commit is contained in:
Juan RP 2014-12-01 16:57:25 +01:00
parent c8d3dfbd9a
commit d9e66614c0
1 changed files with 2 additions and 2 deletions

View File

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