From e427f36c1bf5fb9c6404e57ca9e9048b8a83bc76 Mon Sep 17 00:00:00 2001 From: Aelin Date: Mon, 25 May 2026 03:09:40 +0200 Subject: [PATCH] systemd/phosh: disable crossdirect Part-of: --- extra-repos/systemd/phosh/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extra-repos/systemd/phosh/APKBUILD b/extra-repos/systemd/phosh/APKBUILD index 73066fd80..4dea3196c 100644 --- a/extra-repos/systemd/phosh/APKBUILD +++ b/extra-repos/systemd/phosh/APKBUILD @@ -7,7 +7,7 @@ maintainer="Newbyte " pkgname=phosh _pkgver=0.55.0 pkgver=9999$_pkgver -pkgrel=0 +pkgrel=1 pkgdesc="Wayland shell for GNOME on mobile devices" # armhf: blocked by gnome-shell-schemas arch="all !armhf" @@ -79,7 +79,8 @@ subpackages=" source="https://sources.phosh.mobi/releases/phosh/phosh-${_pkgver/_/.}.tar.xz" builddir="$srcdir/$pkgname-${_pkgver/_/.}" somask="libphoshsearch.so" -options="!check" # weird test environment, idk and dont care, tests work in Alpine +# crossdirect disabled because the ARMv7 cross compiler crashes internally with LTO +options="!check !pmb:crossdirect" # weird test environment, idk and dont care, tests work in Alpine prepare() { default_prepare