From 9b437965a937289a637cfda0efcb22e564ab6d6e Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 8 Dec 2023 14:45:30 +0100 Subject: [PATCH] Build serd with -fno-finite-math-only Signed-off-by: falkTX --- bootstrap-plugins.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap-plugins.sh b/bootstrap-plugins.sh index ebb7ce1..55448c6 100755 --- a/bootstrap-plugins.sh +++ b/bootstrap-plugins.sh @@ -437,6 +437,8 @@ if [ "${CROSS_COMPILING}" -eq 1 ] && [ "${LINUX}" -eq 0 ] && [ -z "${EXE_WRAPPER SERD_EXTRAFLAGS="-Dtools=disabled" fi +export EXTRA_CFLAGS="-fno-finite-math-only" + download serd "${SERD_VERSION}" "${SERD_URL}" "tar.xz" build_meson serd "${SERD_VERSION}" "-Ddefault_library=static -Ddocs=disabled ${SERD_EXTRAFLAGS}"