Index: contrib/pgcrypto/Makefile =================================================================== RCS file: /opt/arc/cvs2/pgsql/contrib/pgcrypto/Makefile,v retrieving revision 1.20 diff -u -c -r1.20 Makefile *** contrib/pgcrypto/Makefile 10 Jul 2005 03:57:55 -0000 1.20 --- contrib/pgcrypto/Makefile 10 Jul 2005 17:56:53 -0000 *************** *** 56,64 **** # 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, $(LIBS)) ifeq ($(PORTNAME), win32) ! SHLIB_LINK += $(filter -leay32 -lssleay32, $(LIBS)) endif # to make ws2_32.lib the last library (must occur after definition of PORTNAME) --- 56,64 ---- # 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)) 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)