From be7e87e76599ccf32d5a17b0e989dad91f4ac38b Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 11 Jun 2016 01:23:59 +0200 Subject: [PATCH] chroot-texinfo: fix PIE in bootstrap. Removed code obsolete since 11a6f8a6. --- srcpkgs/chroot-texinfo/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/chroot-texinfo/template b/srcpkgs/chroot-texinfo/template index ec3671cbab4..4e3d1bcd877 100644 --- a/srcpkgs/chroot-texinfo/template +++ b/srcpkgs/chroot-texinfo/template @@ -1,7 +1,7 @@ # Template file for 'chroot-texinfo' pkgname=chroot-texinfo version=4.13a -revision=7 +revision=8 wrksrc="texinfo-4.13" bootstrap=yes hostmakedepends="ncurses-devel" @@ -18,9 +18,6 @@ checksum=6d28b0ceae866e3536142fc552e7a3bc9f84c8303119c25731b2478eef64c9e5 do_configure() { cp -f ${XBPS_CROSSPFDIR}/config.sub build-aux - if [ -z "$CHROOT_READY" ]; then - export LDFLAGS="-L${XBPS_MASTERDIR}/usr/lib" - fi ./configure ${configure_args} --disable-nls }