diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-07 11:19:11 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-09 15:48:46 +0200 |
commit | 9bccca26fb9a18f1afd03dd30c63fcefe85e4d41 (patch) | |
tree | adace8f21105c73e0e26665f6d45ae558e206db4 /package/linux-zigbee/0002-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch | |
parent | 5e9f965369370b8e2eee5c62f71272ca7570d2dd (diff) | |
download | buildroot-9bccca26fb9a18f1afd03dd30c63fcefe85e4d41.tar.gz buildroot-9bccca26fb9a18f1afd03dd30c63fcefe85e4d41.zip |
procps-ng: fix BR2_STATIC_LIBS=y build
The procps-ng package currently fails to build on BR2_STATIC_LIBS=y
configurations. Indeed, by default NUMA support is enabled, and it
requires dlopen(). As hinted by the configure script, passing
--disable-numa allows to disable NUMA support.
However, once this is done, another issue pops up: dlopen() is also used
by the SELinux support. But even when SELinux support is disabled, the
procps-ng code incorrectly includes <dlfcn.h>. This is addressed by the
addition of a patch.
Fixes:
http://autobuild.buildroot.net/results/b385bf435085728aece6323a5006ba9fa6631744/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/linux-zigbee/0002-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch')
0 files changed, 0 insertions, 0 deletions