]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-ecpg_link.patch
- fix ecpg compat lib linking
[packages/postgresql.git] / postgresql-ecpg_link.patch
CommitLineData
ce54805e 1--- postgresql-7.4RC1.orig/src/interfaces/ecpg/compatlib/Makefile 2003-10-28 22:55:58.000000000 +0100
2+++ postgresql-7.4RC1/src/interfaces/ecpg/compatlib/Makefile 2003-11-10 02:32:13.000000000 +0100
3@@ -17,7 +17,7 @@
4 SO_MINOR_VERSION= 0
5
6 override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS) $(THREAD_CPPFLAGS)
7-SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) \
8+SHLIB_LINK = ../ecpglib/libecpg.so -L../pgtypeslib -lpgtypes $(libpq) \
9 $(filter -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS)) $(THREAD_LIBS)
10
11 OBJS= informix.o
This page took 0.071494 seconds and 4 git commands to generate.