1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

Move unixware thread stuff into Makefile.unixware.

This commit is contained in:
Bruce Momjian
2004-05-14 00:03:07 +00:00
parent 5e938d831a
commit 3f41675f6a
2 changed files with 6 additions and 7 deletions

View File

@@ -30,3 +30,8 @@ endif
$(CC) $(SO_FLAGS) -o $@ $<
sqlmansect = 5sql
# Unixware needs threads for everything that uses libpq
CFLAGS += "$PTHREAD_CFLAGS"