aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-01-26 17:50:36 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-01-26 17:49:21 +0100
commit60b972c120d964238bb542411eef228ecd2e6ac1 (patch)
tree4546779c3fa0b04ae84f220c856a3bec452c9feb
parent7c341ef8dd9c158cb8c9e933427251651d9fcda0 (diff)
main/openldap: run autoreconf for ldapc++
The resulting library is not linked against libsasl2 when autoreconf is not used...
-rw-r--r--main/openldap/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/openldap/APKBUILD b/main/openldap/APKBUILD
index b77e90454a3..0c449fe012d 100644
--- a/main/openldap/APKBUILD
+++ b/main/openldap/APKBUILD
@@ -13,7 +13,7 @@
#
pkgname=openldap
pkgver=2.4.48
-pkgrel=3
+pkgrel=4
pkgdesc="LDAP Server"
url="http://www.openldap.org/"
arch="all"
@@ -128,6 +128,7 @@ build() {
# Build C++ library.
cd contrib/ldapc++
+ autoreconf -fi
./configure \
--build=$CBUILD \
--host=$CHOST \