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
620 B
Plaintext
15 lines
620 B
Plaintext
$OpenBSD: patch-src_interfaces_ecpg_compatlib_Makefile,v 1.5 2010/11/08 14:12:24 pea Exp $
|
|
--- src/interfaces/ecpg/compatlib/Makefile.orig Fri Aug 14 15:28:22 2009
|
|
+++ src/interfaces/ecpg/compatlib/Makefile Mon Dec 28 11:10:32 2009
|
|
@@ -14,8 +14,8 @@ top_builddir = ../../../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
NAME= ecpg_compat
|
|
-SO_MAJOR_VERSION= 3
|
|
-SO_MINOR_VERSION= 2
|
|
+SO_MAJOR_VERSION= ${LIBecpg_compat_MAJOR}
|
|
+SO_MINOR_VERSION= ${LIBecpg_compat_MINOR}
|
|
|
|
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
|
|
-I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
|