diff options
Diffstat (limited to 'patches/01_all_static_library_location.patch')
-rw-r--r-- | patches/01_all_static_library_location.patch | 6 |
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 |