summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-10-12 10:26:12 -0400
committerMike Gilbert <floppym@gentoo.org>2014-10-12 10:26:12 -0400
commit383c2c4c991ab4f653cca6ba6cefe752b2acb169 (patch)
tree0637ecdb50232405c5570ade74c91892b3683208 /patches/01_all_static_library_location.patch
parentUpdates for 3.4.1, thanks to Arfrever. (diff)
downloadpython-gentoo-patches-383c2c4c991ab4f653cca6ba6cefe752b2acb169.tar.gz
python-gentoo-patches-383c2c4c991ab4f653cca6ba6cefe752b2acb169.tar.bz2
python-gentoo-patches-383c2c4c991ab4f653cca6ba6cefe752b2acb169.zip
Updates for 3.4.2 by Arfrever.3.4.2-03.4.2
Diffstat (limited to 'patches/01_all_static_library_location.patch')
-rw-r--r--patches/01_all_static_library_location.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/01_all_static_library_location.patch b/patches/01_all_static_library_location.patch
index eda2c9d..8f92994 100644
--- a/patches/01_all_static_library_location.patch
+++ b/patches/01_all_static_library_location.patch
@@ -1,10 +1,10 @@
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config.
https://bugs.gentoo.org/show_bug.cgi?id=252372
-http://bugs.python.org/issue6103
+https://bugs.python.org/issue6103
--- Makefile.pre.in
+++ Makefile.pre.in
-@@ -989,6 +989,19 @@
+@@ -1004,6 +1004,19 @@
$(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \
$$ensurepip --root=$(DESTDIR)/ ; \
fi
@@ -24,7 +24,7 @@ http://bugs.python.org/issue6103
commoninstall: @FRAMEWORKALTINSTALLFIRST@ \
altbininstall libinstall inclinstall libainstall \
-@@ -1309,18 +1322,6 @@
+@@ -1324,18 +1337,6 @@
else true; \
fi; \
done