summarylogtreecommitdiffstats
path: root/0085-pass-gen-profile-ldflags.patch
diff options
context:
space:
mode:
authoratomlong2021-08-28 11:19:04 +0800
committeratomlong2021-08-28 13:15:13 +0800
commit89a67c05174951d172252b1db96ff93cc4ec4bcd (patch)
treed8c39fa79b201cf9aea28c51e7446a252ed8fee4 /0085-pass-gen-profile-ldflags.patch
parentcf8d8d8771493a2aa8370ed323d06dc733a84181 (diff)
downloadaur-89a67c05174951d172252b1db96ff93cc4ec4bcd.tar.gz
Update to 3.9.6
Diffstat (limited to '0085-pass-gen-profile-ldflags.patch')
-rw-r--r--0085-pass-gen-profile-ldflags.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/0085-pass-gen-profile-ldflags.patch b/0085-pass-gen-profile-ldflags.patch
new file mode 100644
index 000000000000..b67e10c61efb
--- /dev/null
+++ b/0085-pass-gen-profile-ldflags.patch
@@ -0,0 +1,29 @@
+From d7dcc7c569482c7b1d2bc811b12e1f6a82d75cb3 Mon Sep 17 00:00:00 2001
+From: Christoph Reiter <reiter.christoph@gmail.com>
+Date: Thu, 17 Jun 2021 18:52:27 +0530
+Subject: [PATCH 085/N] pass gen profile ldflags
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Co-authored-by: Алексей <alexey.pawlow@gmail.com>
+---
+ Makefile.pre.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.pre.in b/Makefile.pre.in
+index 7c1a775..3331d5c 100644
+--- a/Makefile.pre.in
++++ b/Makefile.pre.in
+@@ -729,7 +729,7 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \
+ $(DLLLIBRARY) libpython$(LDVERSION).dll.a: $(LIBRARY_OBJS) python_nt.o
+ if test -n "$(DLLLIBRARY)"; then \
+ $(LDSHARED) -Wl,--out-implib=$@ -o $(DLLLIBRARY) $^ \
+- $(LIBS) $(MODLIBS) $(SYSLIBS) python_nt.o; \
++ $(LIBS) $(LDFLAGS_NODIST) $(MODLIBS) $(SYSLIBS) python_nt.o; \
+ else true; \
+ fi
+
+--
+2.32.0
+