[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 21 06:03:22 PST 2012


 configure.ac |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 93abcf4e4bb1a460d7695b6374bf4a92c9203512
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Wed Nov 21 14:55:58 2012 +0100

    get ICU_DATA_SUBSET_ZIP into ooo.lst when cross-compiling
    
    Change-Id: I73ef1e331f3cec8e2769b177ec1767cf35fcb817

diff --git a/configure.ac b/configure.ac
index 347f43b..b09d2c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12506,9 +12506,13 @@ fi
 
 AC_SUBST(LO_PATH)
 
-# We need at least berkeleydb for build platform in ooo.lst
+BUILD_TARBALLS=
+# Ugly hack to get what we need for build platform into ooo.lst
 if test "$CROSS_COMPILING" = "YES" ; then
-    BUILD_TARBALLS="d70951c80dabecc2892c919ff5d07172-db-4.7.25.NC-custom.tar.gz"
+    # BERKELEYDB_TARBALL
+    BUILD_TARBALLS="$BUILD_TARBALLS d70951c80dabecc2892c919ff5d07172-db-4.7.25.NC-custom.tar.gz" 
+    # ICU_DATA_SUBSET_ZIP
+    BUILD_TARBALLS="$BUILD_TARBALLS fc188d2ed5c2cbcf7a021b34b9f88478-icudt49l-subset.zip"
 fi
 AC_SUBST(BUILD_TARBALLS)
 


More information about the Libreoffice-commits mailing list