firefox-esr: mark broken on musl cross
This commit is contained in:
parent
9018dabec9
commit
ebf269e2e4
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ makedepends="nss-devel libjpeg-turbo-devel libpng-devel
|
|||
depends="nss>=3.17 desktop-file-utils hicolor-icon-theme"
|
||||
conflicts="firefox>=0"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[67]l-musl) broken="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/3641/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
|
|
Loading…
Reference in a new issue