Files
MINGW-packages/mingw-w64-python/2060-pass-gen-profile-ldflags.patch
2019-12-23 10:10:26 +03:00

13 lines
541 B
Diff

diff -Naur Python-3.8.0-orig/Makefile.pre.in Python-3.8.0/Makefile.pre.in
--- Python-3.8.0-orig/Makefile.pre.in 2019-10-22 10:05:10.396781900 +0300
+++ Python-3.8.0/Makefile.pre.in 2019-10-22 10:05:28.430413600 +0300
@@ -699,7 +699,7 @@
$(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