[Libreoffice-commits] core.git: 2 commits - configure.ac distro-configs/LibreOfficeAndroidAarch64.conf distro-configs/LibreOfficeAndroid.conf distro-configs/LibreOfficeAndroidX86.conf
Tor Lillqvist
tml at collabora.com
Thu Aug 18 19:45:26 UTC 2016
configure.ac | 1 +
distro-configs/LibreOfficeAndroid.conf | 3 ++-
distro-configs/LibreOfficeAndroidAarch64.conf | 3 ++-
distro-configs/LibreOfficeAndroidX86.conf | 3 ++-
4 files changed, 7 insertions(+), 3 deletions(-)
New commits:
commit bc0abca9a743e156b8117aeccd0648247c9c308c
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Aug 18 22:35:50 2016 +0300
No export validation for the host platform when cross-compiling please
Sure, would make more sense to hardcode this in configure.ac. But
actually I guess that export validation will be turned off by default
anyway soon.
Change-Id: Icf266a0f389b9ebc8a28ee2e5f277449875ca885
diff --git a/distro-configs/LibreOfficeAndroid.conf b/distro-configs/LibreOfficeAndroid.conf
index 74d79b7..6259daa 100644
--- a/distro-configs/LibreOfficeAndroid.conf
+++ b/distro-configs/LibreOfficeAndroid.conf
@@ -5,5 +5,6 @@
--disable-gstreamer-1-0
--disable-randr
--disable-systray
---without-junit
+--without-export-validation
--without-helppack-integration
+--without-junit
diff --git a/distro-configs/LibreOfficeAndroidAarch64.conf b/distro-configs/LibreOfficeAndroidAarch64.conf
index e77d67f..4f3d2f4 100644
--- a/distro-configs/LibreOfficeAndroidAarch64.conf
+++ b/distro-configs/LibreOfficeAndroidAarch64.conf
@@ -5,5 +5,6 @@
--disable-gstreamer-1-0
--disable-randr
--disable-systray
---without-junit
+--without-export-validation
--without-helppack-integration
+--without-junit
diff --git a/distro-configs/LibreOfficeAndroidX86.conf b/distro-configs/LibreOfficeAndroidX86.conf
index 4f487d5..62cf17d 100644
--- a/distro-configs/LibreOfficeAndroidX86.conf
+++ b/distro-configs/LibreOfficeAndroidX86.conf
@@ -5,5 +5,6 @@
--disable-gstreamer-1-0
--disable-randr
--disable-systray
---without-junit
+--without-export-validation
--without-helppack-integration
+--without-junit
commit 809241fbb2d81bef2eab9f87268915144f22c9a0
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Aug 18 22:30:25 2016 +0300
We don't need any export validation on the build platform when cross-compiling
Change-Id: I3e5c92c2824f1b6503e85cff775424b48c3c38d0
diff --git a/configure.ac b/configure.ac
index 38d83c6..dcebca9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4631,6 +4631,7 @@ if test "$cross_compiling" = "yes"; then
--with-parallelism="$with_parallelism" \
--without-doxygen \
--without-java \
+ --without-export-validation \
$sub_conf_opts \
--srcdir=$srcdir \
2>&1 | sed -e 's/^/ /'
More information about the Libreoffice-commits
mailing list