diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-26 17:50:36 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-26 17:49:21 +0100 |
commit | 60b972c120d964238bb542411eef228ecd2e6ac1 (patch) | |
tree | 4546779c3fa0b04ae84f220c856a3bec452c9feb | |
parent | 7c341ef8dd9c158cb8c9e933427251651d9fcda0 (diff) | |
download | aports-60b972c120d964238bb542411eef228ecd2e6ac1.zip |
main/openldap: run autoreconf for ldapc++
The resulting library is not linked against libsasl2 when autoreconf
is not used...
-rw-r--r-- | main/openldap/APKBUILD | 3 |
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 \ |