diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-18 22:35:50 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-18 22:43:56 +0300 |
commit | bc0abca9a743e156b8117aeccd0648247c9c308c (patch) | |
tree | 08b46c9145635a28389af2ea6bf8e4c279a3da1b /distro-configs | |
parent | 809241fbb2d81bef2eab9f87268915144f22c9a0 (diff) |
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
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeAndroid.conf | 3 | ||||
-rw-r--r-- | distro-configs/LibreOfficeAndroidAarch64.conf | 3 | ||||
-rw-r--r-- | 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 |