]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-ecpg_link.patch
- ver. 8.1.5
[packages/postgresql.git] / postgresql-ecpg_link.patch
CommitLineData
6091e228 1--- postgresql-8.0.0beta2/src/interfaces/ecpg/compatlib/Makefile 2004-09-05 21:38:27.750369536 +0200
2+++ postgresql-8.0.0beta2/src/interfaces/ecpg/compatlib/Makefile.new 2004-09-05 21:40:03.741776624 +0200
3@@ -20,7 +20,7 @@
4 override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) \
5 -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
6 override CFLAGS += $(PTHREAD_CFLAGS)
ce54805e 7-SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) \
8+SHLIB_LINK = ../ecpglib/libecpg.so -L../pgtypeslib -lpgtypes $(libpq) \
6091e228 9 $(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS)) $(PTHREAD_LIBS)
ce54805e 10
11 OBJS= informix.o
This page took 0.150138 seconds and 4 git commands to generate.