78bfd95a99
Initial diff (for rc and beta) from simon@ ok mbalmer@, simon@ commitski jasper@ BE CAREFULL: it's a major upgrade ! You MUST dump/restore all your data for this upgrade.
15 lines
620 B
Plaintext
15 lines
620 B
Plaintext
$OpenBSD: patch-src_interfaces_ecpg_compatlib_Makefile,v 1.4 2009/07/21 19:43:45 pea Exp $
|
|
--- src/interfaces/ecpg/compatlib/Makefile.orig Thu Jan 1 18:24:02 2009
|
|
+++ src/interfaces/ecpg/compatlib/Makefile Sun May 31 11:59:15 2009
|
|
@@ -14,8 +14,8 @@ top_builddir = ../../../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
NAME= ecpg_compat
|
|
-SO_MAJOR_VERSION= 3
|
|
-SO_MINOR_VERSION= 1
|
|
+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)
|