From ff33a2314f5c6e31f5bf243ab9e3abfdd1dcf95a Mon Sep 17 00:00:00 2001 From: webbuilder_pel7ppc64lebuilder0 Date: Mon, 25 Nov 2019 11:12:51 +0100 Subject: [PATCH] bind update add lmdb support and disable mysql change to PEL Signed-off-by: webbuilder_pel7ppc64lebuilder0 --- SPECS/bind.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SPECS/bind.spec b/SPECS/bind.spec index 62616c6..d58f161 100644 --- a/SPECS/bind.spec +++ b/SPECS/bind.spec @@ -16,7 +16,7 @@ # due to extensive changes to Makefiles %bcond_without PKCS11 %bcond_without DEVEL -%bcond_with LMDB +%bcond_without LMDB %bcond_with DLZ %bcond_without EXPORT_LIBS %if 0%{?fedora} >= 17 @@ -584,7 +584,7 @@ export CPPFLAGS="$CPPFLAGS -DDIG_SIGCHASE" export STD_CDEFINES="$CPPFLAGS" sed -i -e \ -'s/RELEASEVER=\(.*\)/RELEASEVER=\1-RedHat-%{version}-%{release}/' \ +'s/RELEASEVER=\(.*\)/RELEASEVER=\1-PowerEL-%{version}-%{release}/' \ version libtoolize -c -f; aclocal -I libtool.m4 --force; autoconf -f @@ -617,7 +617,7 @@ export LIBDIR_SUFFIX --with-dlopen=yes \ --with-dlz-ldap=yes \ --with-dlz-postgres=yes \ - --with-dlz-mysql=yes \ + --with-dlz-mysql=no \ --with-dlz-filesystem=yes \ --with-dlz-bdb=yes \ %endif