summarylogtreecommitdiffstats
path: root/0104-squash-Set-MS_DLL_ID.patch
diff options
context:
space:
mode:
authoratomlong2021-10-23 17:55:22 +0800
committeratomlong2021-10-23 18:06:15 +0800
commit80096c8de4b34ec1ed8f30bb428918cd592b2424 (patch)
treeb48dd1e73de9ea35a4709fb6b93deb16331ec514 /0104-squash-Set-MS_DLL_ID.patch
parent89a67c05174951d172252b1db96ff93cc4ec4bcd (diff)
downloadaur-mingw-w64-python.tar.gz
update to 3.9.7
Diffstat (limited to '0104-squash-Set-MS_DLL_ID.patch')
-rw-r--r--0104-squash-Set-MS_DLL_ID.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0104-squash-Set-MS_DLL_ID.patch b/0104-squash-Set-MS_DLL_ID.patch
deleted file mode 100644
index 72b4758ffc4b..000000000000
--- a/0104-squash-Set-MS_DLL_ID.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a12eab686c41516a51449bcc61883703393870b2 Mon Sep 17 00:00:00 2001
-From: Christoph Reiter <reiter.christoph@gmail.com>
-Date: Fri, 2 Jul 2021 19:04:56 +0200
-Subject: [PATCH 104/N] [squash] Set MS_DLL_ID
-
-This needs to be merged into "MINGW dynamic loading support"
----
- configure.ac | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/configure.ac b/configure.ac
-index 78057de..bf21222 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -3958,6 +3958,7 @@ then
- *-*-mingw*)
- DYNLOADFILE="dynload_win.o"
- extra_machdep_objs="$extra_machdep_objs PC/dl_nt.o"
-+ CFLAGS_NODIST="$CFLAGS_NODIST -DMS_DLL_ID='\"$VERSION\"'"
- ;;
- esac
- fi
---
-2.32.0
-