chroot-texinfo: fix PIE in bootstrap.

Removed code obsolete since 11a6f8a6.
This commit is contained in:
Christian Neukirchen 2016-06-11 01:23:59 +02:00
parent 519699a93e
commit be7e87e765

View file

@ -1,7 +1,7 @@
# Template file for 'chroot-texinfo' # Template file for 'chroot-texinfo'
pkgname=chroot-texinfo pkgname=chroot-texinfo
version=4.13a version=4.13a
revision=7 revision=8
wrksrc="texinfo-4.13" wrksrc="texinfo-4.13"
bootstrap=yes bootstrap=yes
hostmakedepends="ncurses-devel" hostmakedepends="ncurses-devel"
@ -18,9 +18,6 @@ checksum=6d28b0ceae866e3536142fc552e7a3bc9f84c8303119c25731b2478eef64c9e5
do_configure() { do_configure() {
cp -f ${XBPS_CROSSPFDIR}/config.sub build-aux 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 ./configure ${configure_args} --disable-nls
} }