summarylogtreecommitdiffstats
path: root/0002-Use-pthread-library-from-MinGW.patch
diff options
context:
space:
mode:
authorMartchus2021-03-07 19:57:47 +0100
committerMartchus2021-03-07 19:57:47 +0100
commitd2c3d59ec271fe5f0ca9e90978e15548a58307b3 (patch)
treef51823d05a9288a9838e967c60257398c65fdbcf /0002-Use-pthread-library-from-MinGW.patch
parentc2d5e43911d907f6912381ac8b2c37e51d9133ae (diff)
downloadaur-d2c3d59ec271fe5f0ca9e90978e15548a58307b3.tar.gz
Update to 13.2
Diffstat (limited to '0002-Use-pthread-library-from-MinGW.patch')
-rw-r--r--0002-Use-pthread-library-from-MinGW.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0002-Use-pthread-library-from-MinGW.patch b/0002-Use-pthread-library-from-MinGW.patch
new file mode 100644
index 000000000000..da1c8475c6f1
--- /dev/null
+++ b/0002-Use-pthread-library-from-MinGW.patch
@@ -0,0 +1,25 @@
+From 90d0aca155c9f3fd89afbab6442c91a513bfcd94 Mon Sep 17 00:00:00 2001
+From: Martchus <martchus@gmx.net>
+Date: Sun, 7 Mar 2021 18:24:32 +0100
+Subject: [PATCH 2/2] Use pthread library from MinGW
+
+---
+ src/interfaces/libpq/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
+index d4919970f8..ec30bfeb9e 100644
+--- a/src/interfaces/libpq/Makefile
++++ b/src/interfaces/libpq/Makefile
+@@ -66,7 +66,7 @@ OBJS += \
+ win32.o
+
+ ifeq ($(enable_thread_safety), yes)
+-OBJS += pthread-win32.o
++# OBJS += pthread-win32.o
+ endif
+ endif
+
+--
+2.30.1
+