GLUED: renamed packages to rules, cfg_dir_packages to cfg_dir_rules.

This commit is contained in:
Ricardo Martins
2014-02-02 09:53:29 +00:00
parent 6420cb1823
commit eaf0c7d347
354 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
--- Python-2.7.2_host/Modules/Setup.dist 2011-06-11 17:46:26.000000000 +0200
+++ Python-2.7.2_target/Modules/Setup.dist 2013-05-21 17:52:37.161862158 +0200
@@ -460,7 +460,10 @@
# Andrew Kuchling's zlib module.
# This require zlib 1.1.3 (or later).
# See http://www.gzip.org/zlib/
-#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
+zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
+
+# Enabling the libbz2 in python:
+bz2 bz2module.c -I$(prefix)/include -L$(exec_prefix)/lib -lbz2
# Interface to the Expat XML parser
#