[Libreoffice-commits] .: configure.ac ooo.lst.in
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 15 07:27:28 PST 2012
configure.ac | 6 ++++++
ooo.lst.in | 1 +
2 files changed, 7 insertions(+)
New commits:
commit c06e51aa4384fc5f10f1f9b09c097465881b42cd
Author: Matúš Kukan <matus.kukan at 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 <tml at iki.fi>
Tested-by: Tor Lillqvist <tml at 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
+ at BUILD_TARBALLS@
18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
7376930b0d3f3d77a685d94c4a3acda8-STLport-4.5-0119.tar.gz
c441926f3a552ed3e5b274b62e86af16-STLport-4.0.tar.gz
More information about the Libreoffice-commits
mailing list