All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] enable zlib in python-native to fix image building, cannot import gzip module
@ 2009-04-30 12:29 Kim Højgaard-Hansen
  0 siblings, 0 replies; only message in thread
From: Kim Højgaard-Hansen @ 2009-04-30 12:29 UTC (permalink / raw)
  To: openembedded-devel


---
 recipes/python/python.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python.inc b/recipes/python/python.inc
index f113451..d609f1b 100644
--- a/recipes/python/python.inc
+++ b/recipes/python/python.inc
@@ -20,4 +20,5 @@ EXTRA_OECONF = "\
   --with-signal-module \
   --with-wctype-functions \
   --enable-shared \
+  --with-zlib \
 "
--
1.5.6.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-30 12:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30 12:29 [PATCH] enable zlib in python-native to fix image building, cannot import gzip module Kim Højgaard-Hansen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.