libldap: update to 2.4.41.
This commit is contained in:
parent
8ec03fc23c
commit
cccdc78331
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libldap'
|
# Template file for 'libldap'
|
||||||
pkgname=libldap
|
pkgname=libldap
|
||||||
version=2.4.40
|
version=2.4.41
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="openldap-${version}"
|
wrksrc="openldap-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-dynamic --enable-proctitle --with-tls
|
configure_args="--enable-dynamic --enable-proctitle --with-tls
|
||||||
|
@ -16,10 +16,9 @@ license="OpenLDAP License v2.8 - BSD alike"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.openldap.org"
|
homepage="http://www.openldap.org"
|
||||||
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
|
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
|
||||||
checksum=d12611a5c25b6499293c2bb7b435dc2b174db73e83f5a8cb7e34f2ce5fa6dadb
|
checksum=27856bb4a8b44feca2b326c309000e16a9dadd52362c8ab6eec6c67a43737f6e
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e '/^STRIP/s,-s,,g' -i build/top.mk
|
|
||||||
aclocal; autoconf; autoheader; libtoolize -f
|
aclocal; autoconf; autoheader; libtoolize -f
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue