Browse Source

bind update add lmdb support and disable mysql change to PEL

Signed-off-by: webbuilder_pel7ppc64lebuilder0 <webbuilder@powerel.org>
master
webbuilder_pel7ppc64lebuilder0 4 years ago
parent
commit
ff33a2314f
  1. 6
      SPECS/bind.spec

6
SPECS/bind.spec

@ -16,7 +16,7 @@
# due to extensive changes to Makefiles # due to extensive changes to Makefiles
%bcond_without PKCS11 %bcond_without PKCS11
%bcond_without DEVEL %bcond_without DEVEL
%bcond_with LMDB %bcond_without LMDB
%bcond_with DLZ %bcond_with DLZ
%bcond_without EXPORT_LIBS %bcond_without EXPORT_LIBS
%if 0%{?fedora} >= 17 %if 0%{?fedora} >= 17
@ -584,7 +584,7 @@ export CPPFLAGS="$CPPFLAGS -DDIG_SIGCHASE"
export STD_CDEFINES="$CPPFLAGS" export STD_CDEFINES="$CPPFLAGS"


sed -i -e \ sed -i -e \
's/RELEASEVER=\(.*\)/RELEASEVER=\1-RedHat-%{version}-%{release}/' \ 's/RELEASEVER=\(.*\)/RELEASEVER=\1-PowerEL-%{version}-%{release}/' \
version version


libtoolize -c -f; aclocal -I libtool.m4 --force; autoconf -f libtoolize -c -f; aclocal -I libtool.m4 --force; autoconf -f
@ -617,7 +617,7 @@ export LIBDIR_SUFFIX
--with-dlopen=yes \ --with-dlopen=yes \
--with-dlz-ldap=yes \ --with-dlz-ldap=yes \
--with-dlz-postgres=yes \ --with-dlz-postgres=yes \
--with-dlz-mysql=yes \ --with-dlz-mysql=no \
--with-dlz-filesystem=yes \ --with-dlz-filesystem=yes \
--with-dlz-bdb=yes \ --with-dlz-bdb=yes \
%endif %endif

Loading…
Cancel
Save