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 5
5
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.167 2008/09/17 04:31:08 tgl Exp $
8
+ # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.168 2008/10/01 15:35:32 mha Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
56
56
# shared library link. (The order in which you list them here doesn't
57
57
# matter.)
58
58
ifneq ($(PORTNAME ) , win32)
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 )
59
+ SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi_krb5 -lgss -lgssapi - lssl -lsocket -lnsl -lresolv -lintl, $(LIBS ) ) $(LDAP_LIBS_FE ) $(PTHREAD_LIBS )
60
60
else
61
61
SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi32 -lssl -lsocket -lnsl -lresolv -lintl $(PTHREAD_LIBS ) , $(LIBS ) ) $(LDAP_LIBS_FE )
62
62
endif
You can’t perform that action at this time.
0 commit comments