diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-05-21 13:47:44 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-26 12:13:38 +0200 |
commit | 2b9d07fb5d4c334d14966e1ee599d7fcbb42fdeb (patch) | |
tree | 6d09427e32c842a46321d3c8ff5f00ddc54190cf /package/python/python-010-fix-python-config.patch | |
parent | f1a3e0cb1be043bb8efe91a415615440f7ba94a4 (diff) | |
download | buildroot-2b9d07fb5d4c334d14966e1ee599d7fcbb42fdeb.tar.gz buildroot-2b9d07fb5d4c334d14966e1ee599d7fcbb42fdeb.zip |
python2: Fix disabling module bsddb
Using this minimal defconfig
BR2_TOOLCHAIN_EXTERNAL=y
BR2_PACKAGE_PYTHON=y
BR2_PACKAGE_BERKELEYDB=y
the current code does not prevent the build of
output/build/python-2.7.6/Modules/_bsddb.o
because the module is really called _bsddb,
see python-2.7.6/Modules/_bsddb.c, line 9604.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python/python-010-fix-python-config.patch')
0 files changed, 0 insertions, 0 deletions