Attached find a patch which updates the switches that i used to get
autogen.sh to successfully complete when compiling LO for android on linux.

All my contributions present and future are Licensed for LGPL an MPL
current versions and future versions

-- 
Jonathan Aquilina
From 3d6c864bdb81e290e349973b44f01d76634d83b4 Mon Sep 17 00:00:00 2001
From: Jonathan Aquilina <eagles051...@gmail.com>
Date: Tue, 14 Feb 2012 16:54:29 +0100
Subject: [PATCH] Updated switches in readme.cross when compiling android on
 linux

---
 README.cross |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.cross b/README.cross
index 153f4b9..db98c2e 100644
--- a/README.cross
+++ b/README.cross
@@ -338,14 +338,14 @@ And here is an autogen.lastrun for Android when cross-compiling from Linux:
 
 CC_FOR_BUILD=ccache gcc
 CXX_FOR_BUILD=ccache g++
---with-android-ndk=/home/tml/android-ndk-r7
+--with-android-ndk= Location of ndk download
+--with-android-sdk= Location of sdk download
 --build=x86_64-unknown-linux-gnu
 --disable-zenity
 --with-distro=LibreOfficeAndroid
---with-external-tar=/mnt/hemulen/ooo/git/master/src
 --disable-python
---with-num-cpus=1
---with-max-jobs=1
+--with-num-cpus=2
+--with-max-jobs=2
 --without-helppack-integration
 --without-myspell-dicts
 
-- 
1.7.5.4

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to