mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
mozjs38: x86_64-musl broken for now
This commit is contained in:
parent
2c07d0fa04
commit
a640a3d469
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ distfiles="https://ftp.mozilla.org/pub/firefox/releases/${version}esr/source/fir
|
||||||
checksum=9475adcee29d590383c4885bc5f958093791d1db4302d694a5d2766698f59982
|
checksum=9475adcee29d590383c4885bc5f958093791d1db4302d694a5d2766698f59982
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/2009/steps/shell_3/logs/stdio";;
|
||||||
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _args
|
local _args
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue