libldap: update to 2.4.40.

This commit is contained in:
Juan RP 2014-12-16 09:50:27 +01:00
parent d977d2610b
commit 1f1731e347
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libldap'
pkgname=libldap
version=2.4.38
revision=5
version=2.4.40
revision=1
wrksrc="openldap-${version}"
build_style=gnu-configure
configure_args="--enable-dynamic --enable-proctitle --with-tls
@ -18,7 +18,7 @@ homepage="http://www.openldap.org"
update_site="${homepage}/software/download/"
update_pkgname=openldap
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
checksum=88209a3599ec5d9354fc09bbe29b99db1ffa1b612127c06bad0c5265d0b31fd1
checksum=d12611a5c25b6499293c2bb7b435dc2b174db73e83f5a8cb7e34f2ce5fa6dadb
pre_configure() {
sed -e '/^STRIP/s,-s,,g' -i build/top.mk
@ -34,7 +34,7 @@ post_install() {
rm -f ${DESTDIR}/usr/share/man/man5/*
mv ${DESTDIR}/usr/share/man/ldap.conf.5 ${DESTDIR}/usr/share/man/man5
# License
vinstall LICENSE 644 usr/share/licenses/$pkgname
vlicense LICENSE
chmod 755 ${DESTDIR}/usr/lib/*.so.*
}