]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-ecpg_link.patch
- merge from POSTGRESQL_8_3
[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 @@
bb25c218
AM
4 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
5 -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
6091e228 6 override CFLAGS += $(PTHREAD_CFLAGS)
bb25c218
AM
7-SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) -lm \
8+SHLIB_LINK = ../ecpglib/libecpg.so -L../pgtypeslib -lpgtypes $(libpq) -lm \
9 $(PTHREAD_LIBS)
ce54805e 10
11 OBJS= informix.o
bb25c218 12
This page took 0.096858 seconds and 4 git commands to generate.