summaryrefslogtreecommitdiffstats
path: root/main/openldap/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/openldap/APKBUILD')
-rw-r--r--main/openldap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openldap/APKBUILD b/main/openldap/APKBUILD
index e3570252c..5e354d446 100644
--- a/main/openldap/APKBUILD
+++ b/main/openldap/APKBUILD
@@ -39,7 +39,7 @@ prepare() {
# berkdb crypt ipv6 ssl
build () {
cd "$srcdir"/$pkgname-$pkgver
-
+ [ "$CLIBC" = "musl" ] && export CFLAGS="$CFLAGS -DNULL=0L"
./configure \
--build=$CBUILD \
--host=$CHOST \