]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-ecpg_link.patch
d7c8e6dc393197f3383ea042b6815b744efb0a85
[packages/postgresql.git] / postgresql-ecpg_link.patch
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../include -I$(top_srcdir)/src/interfaces/ecpg/include \
5         -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
6  override CFLAGS += $(PTHREAD_CFLAGS)
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)
10  
11  OBJS= informix.o
12
This page took 0.040759 seconds and 2 git commands to generate.