systemd/phosh: disable crossdirect
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8626>
This commit is contained in:
parent
17138bf2ed
commit
e427f36c1b
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue