[Buildroot] [git commit branch/2020.08.x] package/numactl: needs -fPIC

Peter Korsgaard peter at korsgaard.com
Mon Nov 16 21:30:13 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=9bd7849beddfd14075c207ca36a98782f6f6acfa
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.08.x

This will avoid the following build failure with qemu 5.0.0 and above:

/srv/storage/autobuild/run/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/x86_64-buildroot-linux-uclibc/8.3.0/../../../../x86_64-buildroot-linux-uclibc/bin/ld: /srv/storage/autobuild/run/instance-2/output-1/host/x86_64-buildroot-linux-uclibc/sysroot/usr/lib/../lib64/libnuma.a(libnuma.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC

Fixes:
 - http://autobuild.buildroot.org/results/616dff216a215dc0494c846d337e03e0795b2fb2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 6fe0298eecb50a5145bc20411af24dc22cfcf861)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/numactl/numactl.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/numactl/numactl.mk b/package/numactl/numactl.mk
index 4d3ceeb6c7..6fa05dca69 100644
--- a/package/numactl/numactl.mk
+++ b/package/numactl/numactl.mk
@@ -10,5 +10,6 @@ NUMACTL_LICENSE = LGPL-2.1 (libnuma), GPL-2.0 (programs)
 NUMACTL_LICENSE_FILES = README.md
 NUMACTL_INSTALL_STAGING = YES
 NUMACTL_AUTORECONF = YES
+NUMACTL_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -fPIC"
 
 $(eval $(autotools-package))


More information about the buildroot mailing list