summaryrefslogtreecommitdiffstats
path: root/python27/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-16 00:22:20 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-16 00:22:20 +0000
commit06e3571c85e02789504db3c23a2e2b3317b066be (patch)
tree590b896a76fc88180d8e651eae953f6942cf4e91 /python27/build
parent1ce9cb61b5848ba0f609d8caab66a9dada7a6929 (diff)
downloadasb-06e3571c85e02789504db3c23a2e2b3317b066be.tar.gz
asb-06e3571c85e02789504db3c23a2e2b3317b066be.tar.xz
Replace the parts I should not have taken from the fedora patch
Diffstat (limited to 'python27/build')
-rw-r--r--python27/build/python-2.7.1.x86_64.diff20
1 files changed, 10 insertions, 10 deletions
diff --git a/python27/build/python-2.7.1.x86_64.diff b/python27/build/python-2.7.1.x86_64.diff
index 21649510..fd636f1c 100644
--- a/python27/build/python-2.7.1.x86_64.diff
+++ b/python27/build/python-2.7.1.x86_64.diff
@@ -142,21 +142,21 @@ diff -up Python-2.7.1/Modules/getpath.c.lib64 Python-2.7.1/Modules/getpath.c
diff -up Python-2.7.1/Modules/Setup.dist.lib64 Python-2.7.1/Modules/Setup.dist
--- Python-2.7.1/Modules/Setup.dist.lib64 2010-12-23 15:51:19.400104130 -0500
+++ Python-2.7.1/Modules/Setup.dist 2010-12-23 15:51:19.427063291 -0500
-@@ -413,7 +413,7 @@ gdbm gdbmmodule.c -lgdbm
- # and the subdirectory of PORT where you built it.
- DBLIBVER=4.7
- DBINC=/usr/include/db4
--DBLIB=/usr/lib
-+DBLIB=/usr/lib64
- _bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
+@@ -414,7 +414,7 @@
+ #DB=/usr/local/BerkeleyDB.4.0
+ #DBLIBVER=4.0
+ #DBINC=$(DB)/include
+-#DBLIB=$(DB)/lib
++#DBLIB=$(DB)/lib64
+ #_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
# Historical Berkeley DB 1.85
-@@ -459,7 +459,7 @@ cPickle cPickle.c
+@@ -460,7 +460,7 @@
# 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)/lib64 -lz
+-#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
++#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib64 -lz
# Interface to the Expat XML parser
#