From 5b5f322abec005587077632b0d4cd0dbfe130487 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 15 Aug 2019 19:18:33 +0200 Subject: [PATCH] seafile-client-qt: restrict shibboleth to platforms with webengine [ci skip] --- srcpkgs/seafile-client-qt/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/seafile-client-qt/template b/srcpkgs/seafile-client-qt/template index d3fa18450b9..4ad0c0b0795 100644 --- a/srcpkgs/seafile-client-qt/template +++ b/srcpkgs/seafile-client-qt/template @@ -18,7 +18,11 @@ checksum=a862b3bf6dda9bd6d73270643dac9dad21296cc0bcd7aefa200b778c7675bb12 build_options="shibboleth" desc_option_shibboleth="Build with Shibboleth support" -build_options_default="shibboleth" + +# no arm by default (webengine does not crosscompile from 64-bit to 32-bit) +case "$XBPS_TARGET_MACHINE" in + x86_64*|i686*|ppc64*|aarch64*) build_options_default="shibboleth" ;; +esac case "$XBPS_TARGET_MACHINE" in *-musl) # Add musl-fts implementation