chromium: broken on i686 until binutils is rebuilt
This commit is contained in:
parent
c5fe2888ef
commit
d294c7b728
|
@ -45,6 +45,10 @@ esac
|
|||
|
||||
build_options_default="clang js_optimize vaapi pulseaudio pipewire"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) broken="until binutils update is done";;
|
||||
esac
|
||||
|
||||
post_patch() {
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
for f in "${FILESDIR}"/musl-patches/*.patch; do
|
||||
|
|
Loading…
Reference in New Issue