summaryrefslogtreecommitdiff
path: root/recipes/python/python-2.6.1/00-fix-bindir-libdir-for-cross.patch
blob: 2559e3a0e4b8409808c4811caecd237925e6aafc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $(exec_prefix) points to the wrong directory, when installing
# a cross-build. @bindir@ and @libdir@ works better and doesn't
# affect the native build.
# Signed-Off: Michael 'Mickey' Lauer <mickey@vanille-media.de>

Index: Python-2.6.1/Makefile.pre.in
===================================================================
--- Python-2.6.1.orig/Makefile.pre.in
+++ Python-2.6.1/Makefile.pre.in
@@ -86,8 +86,8 @@ exec_prefix=	@exec_prefix@
 datarootdir=    @datarootdir@
 
 # Expanded directories
-BINDIR=		$(exec_prefix)/bin
-LIBDIR=		$(exec_prefix)/lib
+BINDIR=		@bindir@
+LIBDIR=		@libdir@
 MANDIR=		@mandir@
 INCLUDEDIR=	@includedir@
 CONFINCLUDEDIR=	$(exec_prefix)/include
python-pygtk2-2.6.3: add old version to go with OpenMoko's gtk+-2.6Philipp Zabel1 2007-03-14python: package not packaged files into python-misc (from Poky)Marcin Juszkiewicz2 2007-02-06merge of '74301428ab37e923090b24e6a2336ca84af564f2'Matt Reimer1 2007-01-31add python-pylirc, python bindings to lircMichael Lauer1 2007-01-05merge of '629d7abe4cdeb66f4256659308d040ed78152a2a'Matt Reimer1 2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie4 2006-12-25python: update to 2.4.4Michael Lauer8