summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-12-22 10:58:27 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-05-05 21:34:06 +0200
commit11739b5a04b7395d0c12a165c7649798567bd5e8 (patch)
tree9f451a0fb8bb65aa14a221203a61ee9553a2ab8c
parent2f81b06e345c64a8e4ca04b44afea54a3a9e12a7 (diff)
Make builds without patching emscripten
Ok - the last patch for emscripten was broken too. This is almost a "brown paperbag" bug for me now ;-( With this commit, no more patching for emscripten should be needed. There is a workaround in sc/source/core/data/attarray.cxx, which looks like a compiler bug (see README.wasm). Change-Id: Ife4d9089177bc31463a7636674411a2cf0e64d87
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 175190112398..926e6ed3e5d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2647,6 +2647,8 @@ AC_ARG_WITH(onedrive-client-secret,
authentication on OneDrive. If either this or
--with-onedrive-client-id is empty, the feature will be disabled]),
)
+
+
dnl ===================================================================
dnl Do we want to use pre-build binary tarball for recompile
dnl ===================================================================