|
4 | 4 | #
|
5 | 5 | # Copyright (c) 1994, Regents of the University of California
|
6 | 6 | #
|
7 |
| -# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.114 2004/10/04 20:36:12 momjian Exp $ |
| 7 | +# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.115 2004/10/06 16:42:01 momjian Exp $ |
8 | 8 | #
|
9 | 9 | #-------------------------------------------------------------------------
|
10 | 10 |
|
|
47 | 47 | # matter.)
|
48 | 48 | SHLIB_LINK +=$(filter -lcrypt -ldes -lkrb -lcom_err -lcrypto -lk5crypto -lkrb5 -lssl -lsocket -lnsl -lresolv -lintl,$(LIBS))$(PTHREAD_LIBS)
|
49 | 49 | ifeq ($(PORTNAME), win32)
|
50 |
| -SHLIB_LINK += -lwsock32 -lws2_32 |
| 50 | +SHLIB_LINK += -lwsock32 -lws2_32$(filter -leay32 -lssleay32,$(LIBS)) |
51 | 51 | endif
|
52 | 52 |
|
53 | 53 |
|
|