mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
numactl: disable pie temporarily on x86/glibc.
This commit is contained in:
parent
14931d5ab2
commit
a8321d5f4c
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ distfiles="ftp://oss.sgi.com/www/projects/libnuma/download/${pkgname}-${version}
|
||||||
checksum=450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861
|
checksum=450c091235f891ee874a8651b179c30f57a1391ca5c4673354740ba65e527861
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
|
# XXX
|
||||||
|
nopie=yes
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue