summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-11-15 14:11:35 +0100
committerTor Lillqvist <tml@iki.fi>2012-11-15 15:27:08 +0000
commitc06e51aa4384fc5f10f1f9b09c097465881b42cd (patch)
tree9d81557086ef7c6da6e8ec0a5f7842be2a835ae6 /configure.ac
parentDon't bail out when you don't find uiconfig translations (diff)
downloadcore-c06e51aa4384fc5f10f1f9b09c097465881b42cd.tar.gz
core-c06e51aa4384fc5f10f1f9b09c097465881b42cd.zip
ooo.lst: add also tarballs needed for build platform
Change-Id: I121b9f8822afc379a619eaa52c5e050457f1d8c3 Reviewed-on: https://gerrit.libreoffice.org/1082 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4219d9580c71..91b151cb806e 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