mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
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"
|
depends="nss>=3.17 desktop-file-utils hicolor-icon-theme"
|
||||||
conflicts="firefox>=0"
|
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() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue