summaryrefslogtreecommitdiffstats
path: root/package/python-netifaces/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-05-06 20:59:50 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-06 22:54:40 +0200
commit769eb599579f0cee32997a2d242e91b0540620e5 (patch)
tree3d10ff187f2a2e76bb0197ca3c1b5ff096c493d6 /package/python-netifaces/Config.in
parenta46269854fdcb04e82e6c224e5221a1023172d62 (diff)
downloadbuildroot-769eb599579f0cee32997a2d242e91b0540620e5.tar.gz
buildroot-769eb599579f0cee32997a2d242e91b0540620e5.zip
popt: fix build issue due to glob functions on Blackfin
While the Blackfin external uClibc toolchains have <glob.h>, they don't implement all the functions needed by popt, causing build failures. One solution would have been to disable popt with such toolchains, but this would have meant propagating this additional dependency to the numerous reverse dependencies of popt. Instead, this commit chooses to make popt build on Blackfin external toolchains by disabling the usage of <glob.h> functions altogether. Fixes: http://autobuild.buildroot.org/results/bfc/bfcb2ed27debafc584e133f5ae11ad2061ad2b16/build-end.log http://autobuild.buildroot.org/results/410/410c8f3a0c7ca2c7098a47c30088038411635ae4/build-end.log and gazillion of similar failures. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-netifaces/Config.in')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud