summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-10-30 07:51:38 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2020-10-30 12:46:42 +0100
commita8e2ffe038f82f1b00a204abe051caf77361d42d (patch)
tree9087fa478e68bed3da4a78df10517b5d6e6c21e0
parenttdf#137642 VML shape import: fix alignment from top margin (diff)
downloadcore-a8e2ffe038f82f1b00a204abe051caf77361d42d.tar.gz
core-a8e2ffe038f82f1b00a204abe051caf77361d42d.zip
build-tools: default to system PCH setting
Originally disabled for the build-tools to get rid of an other potential build failure while implementing the cross build on Windows for the Windows Arm64 build. Change-Id: I720d0812de26ddb1f71a14db708595babbefe84c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105035 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
-rw-r--r--RepositoryModule_build.mk1
-rw-r--r--configure.ac1
2 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryModule_build.mk b/RepositoryModule_build.mk
index 34322743197e..09bad286cffe 100644
--- a/RepositoryModule_build.mk
+++ b/RepositoryModule_build.mk
@@ -34,6 +34,7 @@ $(eval $(call gb_Module_add_moduledirs,cross_toolset,\
offapi \
officecfg \
oovbaapi \
+ pch \
registry \
remotebridges \
ridljar \
diff --git a/configure.ac b/configure.ac
index 6d096db5da1c..a79458301f9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5223,7 +5223,6 @@ if test "$cross_compiling" = "yes"; then
--disable-mariadb-sdbc \
--disable-online-update \
--disable-opencl \
- --disable-pch \
--disable-pdfimport \
--disable-postgresql-sdbc \
--disable-skia \