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