diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-28 19:27:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-28 19:27:30 +0700 |
commit | 2f1802d73fac7329ce92aef62597a641f2c97433 (patch) | |
tree | 2d17aae5c70aa95238e3ebacaa74c72897bb3708 /python | |
parent | 7b751948abda3ba4c03d148719e88b5b4af66a50 (diff) | |
download | slackbuilds-2f1802d73fac7329ce92aef62597a641f2c97433.tar.gz |
python/python3: Update patch for x86_64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3/patches/python3.x86_64.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/python3/patches/python3.x86_64.diff b/python/python3/patches/python3.x86_64.diff index c6fbf34eba..aa318492d7 100644 --- a/python/python3/patches/python3.x86_64.diff +++ b/python/python3/patches/python3.x86_64.diff @@ -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 --- 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 -@@ -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 @@ _pythonpath = Py_DecodeLocale(PYTHONPATH, NULL); _prefix = Py_DecodeLocale(PREFIX, NULL); |