8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a676b85 commit 5e938d8Copy full SHA for 5e938d8
src/Makefile.global.in
@@ -1,5 +1,5 @@
1
# -*-makefile-*-
2
-# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.182 2004/05/11 21:57:14 momjian Exp $
+# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.183 2004/05/13 23:05:54 momjian Exp $
3
4
#------------------------------------------------------------------------------
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -177,6 +177,12 @@ ifeq ($(GCC), yes)
177
CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
178
endif
179
180
+# Unixware needs threads for everything that uses libpq
181
+ifeq ($(PORTNAME),unixware)
182
+ CFLAGS += "$PTHREAD_CFLAGS"
183
+endif
184
+
185
186
# Kind-of compilers
187
188
YACC = @YACC@
0 commit comments