numactl: disable pie temporarily on x86/glibc.

This commit is contained in:
Juan RP 2015-12-12 07:50:56 +01:00
parent 14931d5ab2
commit a8321d5f4c

View file

@ -12,6 +12,11 @@ distfiles="ftp://oss.sgi.com/www/projects/libnuma/download/${pkgname}-${version}
checksum=450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
# XXX
nopie=yes
fi
pre_configure() {
autoreconf -fi
}