summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-10 22:14:11 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-10 22:14:11 +0200
commit876600e169c18e0a636026feb58ea07b8321a898 (patch)
tree3dce3bb67a4a6eaab8439caf6d8ad7c167965596 /patches/03_all_libdir.patch
parentUpdates from Arfrever for 3.4.3 (diff)
downloadpython-gentoo-patches-876600e169c18e0a636026feb58ea07b8321a898.tar.gz
python-gentoo-patches-876600e169c18e0a636026feb58ea07b8321a898.tar.bz2
python-gentoo-patches-876600e169c18e0a636026feb58ea07b8321a898.zip
Update patches for 3.4.4 (myself!)3.4.4
Diffstat (limited to 'patches/03_all_libdir.patch')
-rw-r--r--patches/03_all_libdir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/03_all_libdir.patch b/patches/03_all_libdir.patch
index e85d646..c07a6ff 100644
--- a/patches/03_all_libdir.patch
+++ b/patches/03_all_libdir.patch
@@ -223,3 +223,14 @@
# If Cygwin, then verify that X is installed before proceeding
if host_platform == 'cygwin':
+--- configure.ac
++++ configure.ac
+@@ -4374,7 +4374,7 @@
+
+ dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
+ AC_SUBST(PY_ENABLE_SHARED)
+-LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
++LIBPL='$(prefix)'"/@@GENTOO_LIBDIR@@/python${VERSION}/config-${LDVERSION}"
+ AC_SUBST(LIBPL)
+
+ # Check whether right shifting a negative integer extends the sign bit