]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-ecpg_link.patch
- rel. 1
[packages/postgresql.git] / postgresql-ecpg_link.patch
CommitLineData
dd8578b2
MW
1--- postgresql-7.4.2-orig/src/interfaces/ecpg/compatlib/Makefile 2004-02-10 07:26:48.000000000 +0000
2+++ postgresql-7.4.2/src/interfaces/ecpg/compatlib/Makefile.orig 2004-03-11 07:20:25.000000000 +0000
ce54805e 3@@ -17,7 +17,7 @@
dd8578b2 4 SO_MINOR_VERSION= 1
ce54805e 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) \
dd8578b2 9 $(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS)) $(THREAD_LIBS)
ce54805e 10
11 OBJS= informix.o
This page took 0.049937 seconds and 4 git commands to generate.