Move unixware thread stuff into Makefile.unixware.
This commit is contained in:
parent
5e938d831a
commit
3f41675f6a
@ -1,5 +1,5 @@
|
|||||||
# -*-makefile-*-
|
# -*-makefile-*-
|
||||||
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.183 2004/05/13 23:05:54 momjian Exp $
|
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.184 2004/05/14 00:03:07 momjian Exp $
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# All PostgreSQL makefiles include this file and use the variables it sets,
|
# All PostgreSQL makefiles include this file and use the variables it sets,
|
||||||
@ -177,12 +177,6 @@ ifeq ($(GCC), yes)
|
|||||||
CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
|
CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Unixware needs threads for everything that uses libpq
|
|
||||||
ifeq ($(PORTNAME),unixware)
|
|
||||||
CFLAGS += "$PTHREAD_CFLAGS"
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
# Kind-of compilers
|
# Kind-of compilers
|
||||||
|
|
||||||
YACC = @YACC@
|
YACC = @YACC@
|
||||||
|
@ -30,3 +30,8 @@ endif
|
|||||||
$(CC) $(SO_FLAGS) -o $@ $<
|
$(CC) $(SO_FLAGS) -o $@ $<
|
||||||
|
|
||||||
sqlmansect = 5sql
|
sqlmansect = 5sql
|
||||||
|
|
||||||
|
# Unixware needs threads for everything that uses libpq
|
||||||
|
CFLAGS += "$PTHREAD_CFLAGS"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user