systemd/phosh: disable crossdirect

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8626>
This commit is contained in:
Aelin 2026-05-25 03:09:40 +02:00 committed by The Friendly Meow (merge) Bot
parent 17138bf2ed
commit e427f36c1b
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ maintainer="Newbyte <newbyte@postmarketos.org>"
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