diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-26 02:03:50 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-05-26 02:03:56 +0300 |
commit | 1f8ffa754e3a9584aa10994ed40a5d959a53a13b (patch) | |
tree | 91eb59733e13c7af2e3abd4621017c9d513507dc /distro-configs | |
parent | bcf04a28cc49a9f605dc0d116449a3a4479369e1 (diff) |
Use separately built "system" OpenSSL for iOS
The configury in the bundled obsolete version of OpenSSL is just too
horrible to even bother patching up to work for cross-compiling to
iOS. There are several ways to build OpenSSL for iOS described on the
net, let's just use one of them.
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeiOS.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeiOS.conf b/distro-configs/LibreOfficeiOS.conf index 02008d5511fc..20231741682e 100644 --- a/distro-configs/LibreOfficeiOS.conf +++ b/distro-configs/LibreOfficeiOS.conf @@ -15,6 +15,7 @@ --disable-randr --disable-randr-link --disable-systray +--with-system-openssl --without-fonts --without-java --without-junit |