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.159 2008/01/01 19:46:00 momjian Exp $
8
+ # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.159.2.1 2008/03/05 05:39:17 tgl Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
57
57
# shared library link. (The order in which you list them here doesn't
58
58
# matter.)
59
59
ifneq ($(PORTNAME ) , win32)
60
- SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi_krb5 -lssl -lsocket -lnsl -lresolv -lintl, $(LIBS ) ) $(LDAP_LIBS_FE ) $(PTHREAD_LIBS )
60
+ SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi_krb5 -lgss - lssl -lsocket -lnsl -lresolv -lintl, $(LIBS ) ) $(LDAP_LIBS_FE ) $(PTHREAD_LIBS )
61
61
else
62
62
SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi32 -lssl -lsocket -lnsl -lresolv -lintl $(PTHREAD_LIBS ) , $(LIBS ) ) $(LDAP_LIBS_FE )
63
63
endif
You can’t perform that action at this time.
0 commit comments