*** postgresql-7.3.2-orig/src/interfaces/libpq/Makefile Fri Dec 13 23:18:22 2002 --- postgresql-7.3.2/src/interfaces/libpq/Makefile Fri Feb 14 08:00:05 2003 *************** *** 29,35 **** # Add libraries that libpq 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 -lkrb -lcom_err -lcrypto -lk5crypto -lkrb5 -lssl -lsocket -lnsl -lresolv -lintl, $(LIBS)) all: all-lib --- 29,35 ---- # Add libraries that libpq 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 -lkrb -lcom_err -lcrypto -lk5crypto -lkrb5 -lssl -lsocket -lnsl -lresolv -lintl -lgcc, $(LIBS)) all: all-lib