chromium: broken on i686 until binutils is rebuilt
This commit is contained in:
parent
c5fe2888ef
commit
d294c7b728
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ esac
|
||||||
|
|
||||||
build_options_default="clang js_optimize vaapi pulseaudio pipewire"
|
build_options_default="clang js_optimize vaapi pulseaudio pipewire"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*) broken="until binutils update is done";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
for f in "${FILESDIR}"/musl-patches/*.patch; do
|
for f in "${FILESDIR}"/musl-patches/*.patch; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue