summaryrefslogtreecommitdiffstats
path: root/rules/python.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 08:50:51 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-21 08:51:46 +0100
commit661647aa9d90c1d91a531cc8fba50d2a40755acf (patch)
treea8028c1bc41e7ee8382a3691392b83558ee6d4d0 /rules/python.in
parenta70dc1630c0479ef7f51c0f61e377eb609749fda (diff)
downloadptxdist-661647aa9d90c1d91a531cc8fba50d2a40755acf.tar.gz
ptxdist-661647aa9d90c1d91a531cc8fba50d2a40755acf.tar.xz
[bzip2] cleanup and fix dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python.in')
-rw-r--r--rules/python.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/python.in b/rules/python.in
index ec78e613d..28c1c15a2 100644
--- a/rules/python.in
+++ b/rules/python.in
@@ -10,7 +10,7 @@ menuconfig PYTHON
select NCURSES if PYTHON_NCURSES
select SQLITE if PYTHON_SQLITE
select BZIP2 if PYTHON_BZ2
- select BZIP2__LIBBZ2 if PYTHON_BZ2
+ select BZIP2_LIBBZ2 if PYTHON_BZ2
select ZLIB if PYTHON_ZLIB
select READLINE if PYTHON_READLINE
select DB if PYTHON_DB