mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
nss-pam-ldapd: enable musl builds
This commit is contained in:
parent
aaabddeee5
commit
e61c387f70
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
pkgname=nss-pam-ldapd
|
pkgname=nss-pam-ldapd
|
||||||
version=0.9.8
|
version=0.9.8
|
||||||
revision=2
|
revision=2
|
||||||
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"
|
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"
|
||||||
conf_files="/etc/nslcd.conf"
|
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"
|
distfiles="https://arthurdejong.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=ef7362e7f2003da8c7beb7bcc03c30494acf712625aaac8badc6e7eb16f3453f
|
checksum=ef7362e7f2003da8c7beb7bcc03c30494acf712625aaac8badc6e7eb16f3453f
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*musl) configure_args+=" --disable-nss";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv nslcd
|
vsv nslcd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue