diff options
| author | Sergey Lapin <slapin@ossfans.org> | 2010-02-06 23:12:38 +0300 |
|---|---|---|
| committer | Sergey Lapin <slapin@ossfans.org> | 2010-02-06 23:12:38 +0300 |
| commit | 9dbc3d716405d56def0af95748632035864c07b7 (patch) | |
| tree | 8c2865915bcc385c78a32a1c67398e366fea02ae /recipes/python/python-native-2.6.4/00-fix-bindir-libdir-for-cross.patch | |
| parent | 029e21c8111deafa850ad1724e48da29c321f2f8 (diff) | |
| parent | 01dcb228756ee2348a8f6257b39d196340b69d96 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-native-2.6.4/00-fix-bindir-libdir-for-cross.patch')
| -rw-r--r-- | recipes/python/python-native-2.6.4/00-fix-bindir-libdir-for-cross.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/python/python-native-2.6.4/00-fix-bindir-libdir-for-cross.patch b/recipes/python/python-native-2.6.4/00-fix-bindir-libdir-for-cross.patch new file mode 100644 index 0000000000..2559e3a0e4 --- /dev/null +++ b/recipes/python/python-native-2.6.4/00-fix-bindir-libdir-for-cross.patch @@ -0,0 +1,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 |
