diff options
| author | John Marino <marino@FreeBSD.org> | 2015-03-25 09:33:52 +0000 | 
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2015-03-25 09:33:52 +0000 | 
| commit | 8f3cf904a9acabd2f42b99039c6234450b3ad36d (patch) | |
| tree | 235f4a8881bffb486680a8c5fd92b7ad67e64325 /databases/postgresql91-server | |
| parent | security category: Remove $PTHREAD_LIBS (diff) | |
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by:	PTHREAD blanket
Diffstat (limited to 'databases/postgresql91-server')
| -rw-r--r-- | databases/postgresql91-server/Makefile | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 1a096b2c510c..da2613395366 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -47,11 +47,9 @@ CONFIGURE_ARGS+=--with-libraries=${PREFIX}/lib \  		--with-includes=${PREFIX}/include \  		--enable-thread-safety  CONFIGURE_ENV+=	INCLUDES="${INCLUDES}" \ -		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ -		PTHREAD_LIBS="${PTHREAD_LIBS}" \ +		PTHREAD_LIBS="-lpthread" \  		LDFLAGS_SL="${LDFLAGS_SL}" -CFLAGS+=	${PTHREAD_CFLAGS} -LDFLAGS+=	${PTHREAD_LIBS} +LDFLAGS+=	-lpthread  PLIST=		${PKGDIR}/pkg-plist${COMPONENT} | 
