openldap: Update to 2.4.44

openldap won't build with libdb >= 6 because of an incompatible
license change of libdb. Hence we have to use an older version
from compat-db.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-15 18:40:08 -04:00
parent 8433559dc6
commit 742ea21c52
1 changed files with 5 additions and 10 deletions

View File

@ -4,8 +4,8 @@
############################################################################### ###############################################################################
name = openldap name = openldap
version = 2.4.40 version = 2.4.44
release = 2 release = 1
groups = System/Daemons groups = System/Daemons
url = http://www.openldap.org/ url = http://www.openldap.org/
@ -29,7 +29,9 @@ build
automake automake
cyrus-sasl-devel cyrus-sasl-devel
groff groff
libdb-devel # Cannot be built with libdb 6 and above
# because of an incompatibility with AGPL
libdb-devel < 6
libtool libtool
libtool-devel libtool-devel
openssl-devel openssl-devel
@ -39,8 +41,6 @@ build
configure_options += \ configure_options += \
--libexecdir=%{libdir} \ --libexecdir=%{libdir} \
--sysconfdir=/etc \
--localstatedir=/var \
--with-threads=posix \ --with-threads=posix \
--disable-perl \ --disable-perl \
--enable-dynamic \ --enable-dynamic \
@ -57,11 +57,6 @@ build
prepare_cmds prepare_cmds
%{create_user} %{create_user}
# for aarch64
for i in $(find . -name config.guess -or -name config.sub); do
cp -vf %{datadir}/automake-*/config.{guess,sub} $(dirname ${i})
done
end end
install_cmds install_cmds