From bc0abca9a743e156b8117aeccd0648247c9c308c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 18 Aug 2016 22:35:50 +0300 Subject: [PATCH] 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 --- distro-configs/LibreOfficeAndroid.conf | 3 ++- distro-configs/LibreOfficeAndroidAarch64.conf | 3 ++- distro-configs/LibreOfficeAndroidX86.conf | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/distro-configs/LibreOfficeAndroid.conf b/distro-configs/LibreOfficeAndroid.conf index 74d79b7dbc1b..6259daa68d95 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 e77d67f33587..4f3d2f44c5fc 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 4f487d502069..62cf17d6adcd 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