From ca5691d42c728cc254515402f1862e42743538bd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 20 Jun 2014 09:41:34 +0200 Subject: [PATCH] sed: remove conditional block for cross builds and rebuild. --- srcpkgs/sed/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/sed/template b/srcpkgs/sed/template index afe23ccc57e..b03d859a22c 100644 --- a/srcpkgs/sed/template +++ b/srcpkgs/sed/template @@ -1,9 +1,11 @@ # Template file for 'sed' +LDFLAGS="-lacl" + pkgname=sed version=4.2.2 -revision=3 +revision=4 build_style=gnu-configure -configure_args="--enable-acl" +configure_args="--enable-acl ac_cv_func_aclsort=yes" makedepends="acl-devel" conflicts="chroot-sed>=0" short_desc="The GNU stream editor" @@ -12,8 +14,3 @@ license="GPL-3" homepage="http://www.gnu.org/software/sed" distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" checksum=fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff - -if [ "$CROSS_BUILD" ]; then - configure_args+=" ac_cv_func_aclsort=yes" - LDFLAGS="-L${XBPS_CROSS_BASE}/lib -lacl" -fi