PAmix: Broken on musl for now

This commit is contained in:
Toyam Cox 2016-09-13 18:52:05 -04:00
parent 6ff5040e53
commit 831ba764a0

View file

@ -13,6 +13,10 @@ homepage="https://github.com/patroclos/PAmix"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=52c0022bb650d93ee348a7e50156bc94dd9a77a47fff279b07e92f0b40ce145d
case "${XBPS_TARGET_MACHINE}" in
*-musl) broken="Parts of ncurses, not available on musl";;
done
pre_configure() {
autoreconf -fi
}
@ -20,3 +24,7 @@ pre_configure() {
post_install() {
vlicense LICENSE
}
# REMARKS:
# Named PAmix instead of pamix to match upstream and prevent misassociation
# with Pluggable Authentication Modules