]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-ecpg_link.patch
- added Encoding=UTF-8 (field required by freedesktop.org desktop-entry specification)
[packages/postgresql.git] / postgresql-ecpg_link.patch
1 --- postgresql-7.4RC1.orig/src/interfaces/ecpg/compatlib/Makefile       2003-10-28 22:55:58.000000000 +0100
2 +++ postgresql-7.4RC1/src/interfaces/ecpg/compatlib/Makefile    2003-11-10 02:32:13.000000000 +0100
3 @@ -17,7 +17,7 @@
4  SO_MINOR_VERSION= 0
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 -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS)) $(THREAD_LIBS)
10  
11  OBJS= informix.o
This page took 0.029266 seconds and 3 git commands to generate.