Release date: 2007-09-17 This release contains a variety of fixes from 8.2.4. A dump/restore is not required for those running 8.2.X. See http://www.postgresql.org/docs/8.2/static/release-8-2-5.html for a list of all changes.
15 lines
526 B
Plaintext
15 lines
526 B
Plaintext
$OpenBSD: patch-src_interfaces_libpq_Makefile,v 1.3 2007/09/20 19:20:48 mbalmer Exp $
|
|
--- src/interfaces/libpq/Makefile.orig Thu Dec 28 01:01:12 2006
|
|
+++ src/interfaces/libpq/Makefile Mon Sep 17 09:12:54 2007
|
|
@@ -16,8 +16,8 @@ include $(top_builddir)/src/Makefile.global
|
|
|
|
# shared library parameters
|
|
NAME= pq
|
|
-SO_MAJOR_VERSION= 5
|
|
-SO_MINOR_VERSION= 0
|
|
+SO_MAJOR_VERSION= ${LIBpq_MAJOR}
|
|
+SO_MINOR_VERSION= ${LIBpq_MINOR}
|
|
DLTYPE= library
|
|
|
|
override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port
|