File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
66# Portions Copyright (c) 1994, Regents of the University of California
77#
8- # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.163 2008/02/26 14:26:16 petere Exp $
8+ # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.164 2008/03/05 05:39:11 tgl Exp $
99#
1010# -------------------------------------------------------------------------
1111
5656# shared library link. (The order in which you list them here doesn't
5757# matter.)
5858ifneq ($(PORTNAME ) , win32)
59- SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi_krb5 -lssl -lsocket -lnsl -lresolv -lintl, $(LIBS ) ) $(LDAP_LIBS_FE ) $(PTHREAD_LIBS )
59+ SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi_krb5 -lgss - lssl -lsocket -lnsl -lresolv -lintl, $(LIBS ) ) $(LDAP_LIBS_FE ) $(PTHREAD_LIBS )
6060else
6161SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi32 -lssl -lsocket -lnsl -lresolv -lintl $(PTHREAD_LIBS ) , $(LIBS ) ) $(LDAP_LIBS_FE )
6262endif
You can’t perform that action at this time.
0 commit comments