diff --git a/srcpkgs/numactl/template b/srcpkgs/numactl/template index 160526aa700..98f9cea986d 100644 --- a/srcpkgs/numactl/template +++ b/srcpkgs/numactl/template @@ -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 }