summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 347f43bb9296..b09d2c90ff9b 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)