diff --git a/srcpkgs/libldap/template b/srcpkgs/libldap/template index 0676b4d4ba6..6957d5d02f4 100644 --- a/srcpkgs/libldap/template +++ b/srcpkgs/libldap/template @@ -1,7 +1,7 @@ # Template file for 'libldap' pkgname=libldap -version=2.4.40 -revision=4 +version=2.4.41 +revision=1 wrksrc="openldap-${version}" build_style=gnu-configure configure_args="--enable-dynamic --enable-proctitle --with-tls @@ -16,10 +16,9 @@ license="OpenLDAP License v2.8 - BSD alike" maintainer="Juan RP " homepage="http://www.openldap.org" distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz" -checksum=d12611a5c25b6499293c2bb7b435dc2b174db73e83f5a8cb7e34f2ce5fa6dadb +checksum=27856bb4a8b44feca2b326c309000e16a9dadd52362c8ab6eec6c67a43737f6e pre_configure() { - sed -e '/^STRIP/s,-s,,g' -i build/top.mk aclocal; autoconf; autoheader; libtoolize -f }