thunderbird: broken for i686-musl

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-07-19 23:49:56 +02:00
parent c3e503f07a
commit 1802e227d2
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -31,7 +31,8 @@ build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio wayl
build_options_default="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland" build_options_default="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*) nodebug=yes;; i686-musl) broken="mozglue/misc/StackWalk.cpp:851:2: error: #error Unsupported configuration";;
i686) nodebug=yes;;
esac esac
post_extract() { post_extract() {