diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/openldap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openldap/APKBUILD b/main/openldap/APKBUILD index e3570252c1..5e354d4465 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 \ |