db47: Disable Replication Manager
authorMarcel Denia <naoir@gmx.net>
Mon, 1 Jun 2015 18:05:52 +0000 (20:05 +0200)
committerMarcel Denia <naoir@gmx.net>
Fri, 5 Jun 2015 07:48:38 +0000 (09:48 +0200)
Replication Manager accidentally got enabled by 541193d.
Fixes #1331.

Signed-off-by: Marcel Denia <naoir@gmx.net>
libs/db47/Makefile
libs/db47/patches/100-disable_repmgr_hack.patch [new file with mode: 0644]

index 113964a503822ad0dda2825514a3c01252e2c300..cee7c3614f445556c8664ad1f1e0bd537ce44b4a 100644 (file)
@@ -12,7 +12,7 @@ BASE_VERSION:=4.7.25
 
 PKG_NAME:=db47
 PKG_VERSION:=$(BASE_VERSION).4.NC
-PKG_RELEASE:=4
+PKG_RELEASE:=4.1
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/db-$(BASE_VERSION).NC
 PKG_SOURCE:=db-$(BASE_VERSION).NC.tar.gz
diff --git a/libs/db47/patches/100-disable_repmgr_hack.patch b/libs/db47/patches/100-disable_repmgr_hack.patch
new file mode 100644 (file)
index 0000000..e644c89
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/dist/configure
++++ b/dist/configure
+@@ -32451,7 +32451,7 @@ if test "$db_cv_build_replication" = yes
+       case "$db_cv_mutex" in
+       POSIX/pthread*|Solaris/lwp)
+-              db_cv_build_replication_mgr=yes;;
++              db_cv_build_replication_mgr=no;;
+       esac
+       if test "$db_cv_pthread_api" = yes; then
+               db_cv_build_replication_mgr=yes