]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-ecpg_link.patch
- typo
[packages/postgresql.git] / postgresql-ecpg_link.patch
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
3 @@ -17,7 +17,7 @@
4  SO_MINOR_VERSION= 1
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) \
9         $(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS)) $(THREAD_LIBS)
10  
11  OBJS= informix.o
This page took 0.054436 seconds and 3 git commands to generate.