aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kldap
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kldap')
-rw-r--r--testing/kldap/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kldap/APKBUILD b/testing/kldap/APKBUILD
index 98aaefc6a1..0b6e9620b8 100644
--- a/testing/kldap/APKBUILD
+++ b/testing/kldap/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kldap
pkgver=19.12.2
-pkgrel=0
+pkgrel=1
pkgdesc="LDAP access API for KDE"
arch="all !armhf"
url="https://github.com/kde/kldap"
@@ -14,7 +14,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
build() {
cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make