diff options
Diffstat (limited to 'contrib/pgcrypto/Makefile')
| -rw-r--r-- | contrib/pgcrypto/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/contrib/pgcrypto/Makefile b/contrib/pgcrypto/Makefile index 148df11306..657e6d236f 100644 --- a/contrib/pgcrypto/Makefile +++ b/contrib/pgcrypto/Makefile @@ -1,5 +1,5 @@ # -# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.21 2005/07/10 18:32:55 momjian Exp $ +# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.22 2005/08/13 02:06:20 momjian Exp $ # INT_SRCS = md5.c sha1.c sha2.c internal.c blf.c rijndael.c \ @@ -56,17 +56,13 @@ endif # Add libraries that pgcrypto depends (or might depend) on into the # shared library link. (The order in which you list them here doesn't # matter.) -SHLIB_LINK += $(filter -lcrypt -ldes -lcrypto -lssl -lz, $(LIBS)) +SHLIB_LINK += $(filter -lcrypto -lz, $(LIBS)) ifeq ($(PORTNAME), win32) -SHLIB_LINK += $(filter -leay32 -lssleay32 -lz, $(LIBS)) -endif - -# to make ws2_32.lib the last library (must occur after definition of PORTNAME) -ifeq ($(PORTNAME),win32) +SHLIB_LINK += $(filter -leay32, $(LIBS)) +# those must be at the end SHLIB_LINK += -lwsock32 -lws2_32 endif - rijndael.o: rijndael.tbl rijndael.tbl: |
