configure.ac |    6 ++++++
 ooo.lst.in   |    1 +
 2 files changed, 7 insertions(+)

New commits:
commit c06e51aa4384fc5f10f1f9b09c097465881b42cd
Author: Matúš Kukan <matus.ku...@gmail.com>
Date:   Thu Nov 15 14:11:35 2012 +0100

    ooo.lst: add also tarballs needed for build platform
    
    Change-Id: I121b9f8822afc379a619eaa52c5e050457f1d8c3
    Reviewed-on: https://gerrit.libreoffice.org/1082
    Reviewed-by: Tor Lillqvist <t...@iki.fi>
    Tested-by: Tor Lillqvist <t...@iki.fi>

diff --git a/configure.ac b/configure.ac
index 4219d95..91b151c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12484,6 +12484,12 @@ fi
 
 AC_SUBST(LO_PATH)
 
+# We need at least berkeleydb for build platform in ooo.lst
+if test "$CROSS_COMPILING" = "YES" ; then
+    
BUILD_TARBALLS="d70951c80dabecc2892c919ff5d07172-db-4.7.25.NC-custom.tar.gz"
+fi
+AC_SUBST(BUILD_TARBALLS)
+
 # make sure config.guess is +x; we execute config.guess, so it has to be so
 chmod +x ./config.guess
 
diff --git a/ooo.lst.in b/ooo.lst.in
index b052712..89228f0 100644
--- a/ooo.lst.in
+++ b/ooo.lst.in
@@ -1,4 +1,5 @@
 http://dev-www.libreoffice.org/src
+@BUILD_TARBALLS@
 18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
 7376930b0d3f3d77a685d94c4a3acda8-STLport-4.5-0119.tar.gz
 c441926f3a552ed3e5b274b62e86af16-STLport-4.0.tar.gz
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to