summarylogtreecommitdiffstats
path: root/0002-use-mingw-pthread.patch
diff options
context:
space:
mode:
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