kf6-akonadi: fix build on 32bit arm

This commit is contained in:
John
2026-08-25 12:01:02 +02:00
parent 850fd0b1fd
commit 0f6f2ef09b
+11
View File
@@ -33,6 +33,17 @@ replaces="akonadi5>=0"
build_options="python"
build_options_default="python"
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DECM_SHIBOKEN_ARCH=$XBPS_CROSS_RUST_TARGET"
configure_args+=" -DSYSROOT_INCLUDE_DIRS=$XBPS_CROSS_BASE/usr/include"
fi
export LLVM_INSTALL_DIR=/usr/lib/llvm/${_llvmver}
case "$XBPS_TARGET_MACHINE" in
arm*) configure_args+=" -DSHIBOKEN_GENERATOR_EXTRA_FLAGS=--clang-option=-mfloat-abi=hard" ;;
esac
do_check() {
# failing tests are disabled - sqlite tests hang on futex
cd build