diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-11-15 14:11:35 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-15 15:27:08 +0000 |
commit | c06e51aa4384fc5f10f1f9b09c097465881b42cd (patch) | |
tree | 9d81557086ef7c6da6e8ec0a5f7842be2a835ae6 | |
parent | c7be4968e8f7f8b3c9c88d0cccfca6cff8e44e14 (diff) |
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>
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | ooo.lst.in | 1 |
2 files changed, 7 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 diff --git a/ooo.lst.in b/ooo.lst.in index b05271263dda..89228f0c7ac2 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 |