openbsd-ports/databases/postgresql/patches/patch-src_interfaces_libpq_Makefile
pea bea13cc2c7 * MAJOR UPGRADE *
+ 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@
2010-11-08 14:12:24 +00:00

15 lines
575 B
Plaintext

$OpenBSD: patch-src_interfaces_libpq_Makefile,v 1.7 2010/11/08 14:12:24 pea Exp $
--- src/interfaces/libpq/Makefile.orig Fri Aug 28 22:26:19 2009
+++ src/interfaces/libpq/Makefile Mon Dec 28 11:11:34 2009
@@ -16,8 +16,8 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
NAME= pq
-SO_MAJOR_VERSION= 5
-SO_MINOR_VERSION= 3
+SO_MAJOR_VERSION= ${LIBpq_MAJOR}
+SO_MINOR_VERSION= ${LIBpq_MINOR}
override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
ifneq ($(PORTNAME), win32)