projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67a67e
)
Python: enable zlib support for the host package
author
Yegor Yefremov
<yegorslists@googlemail.com>
Wed, 4 Jan 2012 11:30:01 +0000
(12:30 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 7 Jan 2012 19:54:26 +0000
(20:54 +0100)
zlib is needed for the host-setuptools package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/python/python.mk
patch
|
blob
|
history
diff --git
a/package/python/python.mk
b/package/python/python.mk
index 9ef2ccc48284f4ee1cd9974634c8875009486e13..78895d412d86cfe9f34719aee1d54b89f7eadbe6 100644
(file)
--- a/
package/python/python.mk
+++ b/
package/python/python.mk
@@
-28,7
+28,6
@@
HOST_PYTHON_CONF_OPT += \
--disable-bsddb \
--disable-test-modules \
--disable-bz2 \
- --disable-zlib \
--disable-ssl
HOST_PYTHON_MAKE_ENV = \
@@
-52,7
+51,7
@@
endef
PYTHON_DEPENDENCIES = host-python libffi
-HOST_PYTHON_DEPENDENCIES = host-expat
+HOST_PYTHON_DEPENDENCIES = host-expat
host-zlib
PYTHON_INSTALL_STAGING = YES