From 438c83faaf2487b3a1597dac5e0224b9433f92cb Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Fri, 20 May 2016 05:39:14 -0400 Subject: [PATCH] linux-tools: nopie set if i686 or x86_64 --- srcpkgs/linux-tools/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template index f9628a6c6e9..842cc31a0fd 100644 --- a/srcpkgs/linux-tools/template +++ b/srcpkgs/linux-tools/template @@ -22,6 +22,7 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; the makedepends+=" libnuma-devel" depends+=" x86_energy_perf_policy>=${version}" subpackages+=" x86_energy_perf_policy" + nopie="x86_energy_perf_policy.c:154:2: error: PIC register clobbered by 'ebx' in 'asm'" fi nocross=yes