--- postgresql-7.4.2-orig/src/interfaces/ecpg/compatlib/Makefile 2004-02-10 07:26:48.000000000 +0000 +++ postgresql-7.4.2/src/interfaces/ecpg/compatlib/Makefile.orig 2004-03-11 07:20:25.000000000 +0000 @@ -17,7 +17,7 @@ SO_MINOR_VERSION= 1 override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS) $(THREAD_CPPFLAGS) -SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) \ +SHLIB_LINK = ../ecpglib/libecpg.so -L../pgtypeslib -lpgtypes $(libpq) \ $(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS)) $(THREAD_LIBS) OBJS= informix.o