sbsv2/raptor/util/python.mk
changeset 641 8dd670a9f34f
parent 625 a1925fb7753a
--- a/sbsv2/raptor/util/python.mk	Mon Sep 13 13:11:19 2010 +0800
+++ b/sbsv2/raptor/util/python.mk	Mon Sep 13 14:04:04 2010 +0100
@@ -36,7 +36,7 @@
 	tar -xjf $(PYTHON_TAR) && \
 	(  \
 	cd $(PYTHON_SOURCEDIR) && \
-	CFLAGS="-O3 $(GCCTUNE) -s" ./configure --prefix=$(PYINSTALLROOT) --enable-shared --with-threads && \
+	CFLAGS="-O3 $(GCCTUNE) -s" ./configure --prefix=$(PYINSTALLROOT) --enable-shared --with-threads --enable-bzip2 && \
 	$(MAKE) -j8 && $(MAKE) install \
 	)