summarylogtreecommitdiffstats
path: root/0002-use-mingw-pthread.patch
diff options
context:
space:
mode:
authorAndreas Köpke2020-02-12 15:19:26 +0100
committerMartchus2020-02-12 15:20:19 +0100
commitc2d5e43911d907f6912381ac8b2c37e51d9133ae (patch)
tree846c832d6c53a6b16e78b336ee3bba836b0100a5 /0002-use-mingw-pthread.patch
parent0745c4645529b671ab4461eadb983b797bcba90b (diff)
downloadaur-c2d5e43911d907f6912381ac8b2c37e51d9133ae.tar.gz
Update to 12.1; use pthreads from mingw
Diffstat (limited to '0002-use-mingw-pthread.patch')
-rw-r--r--0002-use-mingw-pthread.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0002-use-mingw-pthread.patch b/0002-use-mingw-pthread.patch
new file mode 100644
index 000000000000..ec182f0c7f1f
--- /dev/null
+++ b/0002-use-mingw-pthread.patch
@@ -0,0 +1,10 @@
+--- a/src/interfaces/libpq/Makefile 2020-01-07 12:50:48.446033775 +0100
++++ b/src/interfaces/libpq/Makefile 2020-01-07 12:51:15.381102946 +0100
+@@ -69,7 +69,7 @@
+ $(WINDRES) -i $< -o $@
+
+ ifeq ($(enable_thread_safety), yes)
+-OBJS += pthread-win32.o
++# OBJS += pthread-win32.o
+ endif
+ endif