summarylogtreecommitdiffstats
path: root/0104-squash-Set-MS_DLL_ID.patch
diff options
context:
space:
mode:
authoratomlong2021-08-28 11:19:04 +0800
committeratomlong2021-08-28 13:15:13 +0800
commit89a67c05174951d172252b1db96ff93cc4ec4bcd (patch)
treed8c39fa79b201cf9aea28c51e7446a252ed8fee4 /0104-squash-Set-MS_DLL_ID.patch
parentcf8d8d8771493a2aa8370ed323d06dc733a84181 (diff)
downloadaur-89a67c05174951d172252b1db96ff93cc4ec4bcd.tar.gz
Update to 3.9.6
Diffstat (limited to '0104-squash-Set-MS_DLL_ID.patch')
-rw-r--r--0104-squash-Set-MS_DLL_ID.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0104-squash-Set-MS_DLL_ID.patch b/0104-squash-Set-MS_DLL_ID.patch
new file mode 100644
index 000000000000..72b4758ffc4b
--- /dev/null
+++ b/0104-squash-Set-MS_DLL_ID.patch
@@ -0,0 +1,25 @@
+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
+