mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
python3: Fix patch for x86_64
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
7773997c6c
commit
73de6056d5
1 changed files with 0 additions and 11 deletions
|
@ -108,17 +108,6 @@ diff -uar Python-3.5.1.orig/Makefile.pre.in Python-3.5.1/Makefile.pre.in
|
||||||
diff -uar Python-3.5.1.orig/Modules/getpath.c Python-3.5.1/Modules/getpath.c
|
diff -uar Python-3.5.1.orig/Modules/getpath.c Python-3.5.1/Modules/getpath.c
|
||||||
--- Python-3.5.1.orig/Modules/getpath.c 2015-12-07 03:39:10.000000000 +0200
|
--- Python-3.5.1.orig/Modules/getpath.c 2015-12-07 03:39:10.000000000 +0200
|
||||||
+++ Python-3.5.1/Modules/getpath.c 2015-12-14 21:27:46.085400463 +0200
|
+++ Python-3.5.1/Modules/getpath.c 2015-12-14 21:27:46.085400463 +0200
|
||||||
@@ -118,8 +118,8 @@
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef PYTHONPATH
|
|
||||||
-#define PYTHONPATH PREFIX "/lib/python" VERSION ":" \
|
|
||||||
- EXEC_PREFIX "/lib/python" VERSION "/lib-dynload"
|
|
||||||
+#define PYTHONPATH PREFIX "/lib64/python" VERSION ":" \
|
|
||||||
+ EXEC_PREFIX "/lib64/python" VERSION "/lib-dynload"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef LANDMARK
|
|
||||||
@@ -511,7 +511,7 @@
|
@@ -511,7 +511,7 @@
|
||||||
_pythonpath = Py_DecodeLocale(PYTHONPATH, NULL);
|
_pythonpath = Py_DecodeLocale(PYTHONPATH, NULL);
|
||||||
_prefix = Py_DecodeLocale(PREFIX, NULL);
|
_prefix = Py_DecodeLocale(PREFIX, NULL);
|
||||||
|
|
Loading…
Reference in a new issue