]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-ecpg_link.patch
- up to 8.1.2
[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$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) \
5         -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
6  override CFLAGS += $(PTHREAD_CFLAGS)
7 -SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) \
8 +SHLIB_LINK = ../ecpglib/libecpg.so -L../pgtypeslib -lpgtypes $(libpq) \
9         $(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS)) $(PTHREAD_LIBS)
10  
11  OBJS= informix.o
This page took 0.03587 seconds and 3 git commands to generate.