diff options
Diffstat (limited to 'patches/01_all_static_library_location.patch')
-rw-r--r-- | patches/01_all_static_library_location.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/01_all_static_library_location.patch b/patches/01_all_static_library_location.patch index 56c6ff0..cc25234 100644 --- a/patches/01_all_static_library_location.patch +++ b/patches/01_all_static_library_location.patch @@ -4,7 +4,7 @@ https://bugs.python.org/issue6103 --- Makefile.pre.in +++ Makefile.pre.in -@@ -1047,6 +1047,19 @@ +@@ -1049,6 +1049,19 @@ $(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \ $$ensurepip --root=$(DESTDIR)/ ; \ fi @@ -24,7 +24,7 @@ https://bugs.python.org/issue6103 commoninstall: @FRAMEWORKALTINSTALLFIRST@ \ altbininstall libinstall inclinstall libainstall \ -@@ -1385,18 +1398,6 @@ +@@ -1387,18 +1400,6 @@ else true; \ fi; \ done |