PAmix: Broken on musl for now
This commit is contained in:
parent
6ff5040e53
commit
831ba764a0
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,10 @@ homepage="https://github.com/patroclos/PAmix"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=52c0022bb650d93ee348a7e50156bc94dd9a77a47fff279b07e92f0b40ce145d
|
checksum=52c0022bb650d93ee348a7e50156bc94dd9a77a47fff279b07e92f0b40ce145d
|
||||||
|
|
||||||
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
*-musl) broken="Parts of ncurses, not available on musl";;
|
||||||
|
done
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
@ -20,3 +24,7 @@ pre_configure() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# REMARKS:
|
||||||
|
# Named PAmix instead of pamix to match upstream and prevent misassociation
|
||||||
|
# with Pluggable Authentication Modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue