From 9645889a914dd522bb8d3b5e967511ac8219a6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 13 May 2024 05:41:33 +0700 Subject: [PATCH] kaccounts-providers:disable nextcloud on 32bit --- srcpkgs/kaccounts-providers/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/kaccounts-providers/template b/srcpkgs/kaccounts-providers/template index 9ca8e073ee3..3da38659145 100644 --- a/srcpkgs/kaccounts-providers/template +++ b/srcpkgs/kaccounts-providers/template @@ -20,10 +20,10 @@ checksum=4e2f6e8a854fb61ab19f00f8ff676c8fd97b1a12b70485e6652b74afa3749c18 build_options="nextcloud" desc_option_nextcloud="Build nextcloud support (needs Qt6 WebEngine)" -if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then - if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then - build_options_default+=" nextcloud" - fi +if [ "$XBPS_TARGET_ENDIAN" = "le" ] && + [ "$XBPS_WORDSIZE" != 32 ] && + [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then + build_options_default+=" nextcloud" fi if [ "$build_option_nextcloud" ]; then