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:
@@ -30,3 +30,8 @@ endif
|
||||
$(CC) $(SO_FLAGS) -o $@ $<
|
||||
|
||||
sqlmansect = 5sql
|
||||
|
||||
# Unixware needs threads for everything that uses libpq
|
||||
CFLAGS += "$PTHREAD_CFLAGS"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user