libpq: remove 'pthread' library dependency

Fixes #162
This commit is contained in:
Christian Prochaska
2019-05-24 18:28:59 +02:00
committed by Christian Helmuth
parent e639510af5
commit fdc984211c

View File

@@ -41,7 +41,7 @@ vpath % $(LIBPQ_SRC_DIR)/src/backend/utils/mb
vpath % $(LIBPQ_SRC_DIR)/src/backend/libpq
LIBS += libc pthread
LIBS += libc
SHARED_LIB = yes