sed: fix acl detection properly in cross compilation.
This commit is contained in:
parent
c8d3dfbd9a
commit
d9e66614c0
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue