mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-24 22:42:58 +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
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue