From 4c4c2dbdae02b38eff4a6abd95cfd54f61702246 Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Mon, 1 Jun 2015 20:05:52 +0200 Subject: [PATCH] db47: Disable Replication Manager Replication Manager accidentally got enabled by 541193d. Fixes #1331. Signed-off-by: Marcel Denia --- libs/db47/Makefile | 2 +- libs/db47/patches/100-disable_repmgr_hack.patch | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 libs/db47/patches/100-disable_repmgr_hack.patch diff --git a/libs/db47/Makefile b/libs/db47/Makefile index 113964a503..cee7c3614f 100644 --- a/libs/db47/Makefile +++ b/libs/db47/Makefile @@ -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 index 0000000000..e644c8972f --- /dev/null +++ b/libs/db47/patches/100-disable_repmgr_hack.patch @@ -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