nss-pam-ldapd: enable musl builds

This commit is contained in:
Yuusha Spacewolf 2018-02-03 00:45:14 -06:00 committed by Leаh Neukirchen
parent aaabddeee5
commit e61c387f70

View file

@ -2,7 +2,6 @@
pkgname=nss-pam-ldapd
version=0.9.8
revision=2
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
build_style=gnu-configure
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"
conf_files="/etc/nslcd.conf"
@ -15,6 +14,10 @@ homepage="https://arthurdejong.org/nss-pam-ldapd/"
distfiles="https://arthurdejong.org/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ef7362e7f2003da8c7beb7bcc03c30494acf712625aaac8badc6e7eb16f3453f
case "$XBPS_TARGET_MACHINE" in
*musl) configure_args+=" --disable-nss";;
esac
post_install() {
vsv nslcd
}