bea13cc2c7
+ upgrade to 9.0.1 + move readme to new location + add a rc script A dump / restore is needed for this upgrade. See http://openbsd.raveland.org/ports/postgresql/UPGRADE_HOWTO.txt if you need help for this. ok jasper@, eric@
15 lines
586 B
Plaintext
15 lines
586 B
Plaintext
$OpenBSD: patch-src_interfaces_ecpg_ecpglib_Makefile,v 1.5 2010/11/08 14:12:24 pea Exp $
|
|
--- src/interfaces/ecpg/ecpglib/Makefile.orig Mon Jul 13 03:37:05 2009
|
|
+++ src/interfaces/ecpg/ecpglib/Makefile Mon Dec 28 11:11:04 2009
|
|
@@ -14,8 +14,8 @@ top_builddir = ../../../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
NAME= ecpg
|
|
-SO_MAJOR_VERSION= 6
|
|
-SO_MINOR_VERSION= 2
|
|
+SO_MAJOR_VERSION= ${LIBecpg_MAJOR}
|
|
+SO_MINOR_VERSION= ${LIBecpg_MINOR}
|
|
|
|
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
|
-I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS)
|