diff --git a/srcpkgs/chroot-texinfo/template b/srcpkgs/chroot-texinfo/template index ec3671cbab..4e3d1bcd87 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 }