aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-2.3.4/bindir-libdir.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-02-08 18:05:47 +0000
committerMichael Lauer <mickey@vanille-media.de>2005-02-08 18:05:47 +0000
commit6579e8daf68dd520b702412208bfeae85af6fadc (patch)
treeef2cfbfe3353bd39e28145995db1287bd2518b8d /packages/python/python-2.3.4/bindir-libdir.patch
parentc6c085bf81bd4997bdb216e958d366ddf46438ad (diff)
downloadopenembedded-6579e8daf68dd520b702412208bfeae85af6fadc.tar.gz
make python 2.4 as default, move python-sip into python/, make sip4 as default
BKrev: 4208ff7b-sgl7QbT_1xhYPmdi-Oy4g
Diffstat (limited to 'packages/python/python-2.3.4/bindir-libdir.patch')
-rw-r--r--packages/python/python-2.3.4/bindir-libdir.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/python/python-2.3.4/bindir-libdir.patch b/packages/python/python-2.3.4/bindir-libdir.patch
index e69de29bb2..999bddc449 100644
--- a/packages/python/python-2.3.4/bindir-libdir.patch
+++ b/packages/python/python-2.3.4/bindir-libdir.patch
@@ -0,0 +1,18 @@
+
+#
+# Made by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- Python-2.3.1/Makefile.pre.in~bindir-libdir 2003-09-20 12:50:28.000000000 +0200
++++ Python-2.3.1/Makefile.pre.in 2003-11-02 19:53:17.000000000 +0100
+@@ -78,8 +78,8 @@
+ exec_prefix= @exec_prefix@
+
+ # Expanded directories
+-BINDIR= $(exec_prefix)/bin
+-LIBDIR= $(exec_prefix)/lib
++BINDIR= @bindir@
++LIBDIR= @libdir@
+ MANDIR= @mandir@
+ INCLUDEDIR= @includedir@
+ CONFINCLUDEDIR= $(exec_prefix)/include