diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-11-21 14:55:58 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-11-21 15:02:50 +0100 |
commit | 93abcf4e4bb1a460d7695b6374bf4a92c9203512 (patch) | |
tree | 3023cdf2153186960eb83a8577100fb128f4070f /configure.ac | |
parent | a0a5eed63b871e2febb36e27e9dea4b7e57f681b (diff) |
get ICU_DATA_SUBSET_ZIP into ooo.lst when cross-compiling
Change-Id: I73ef1e331f3cec8e2769b177ec1767cf35fcb817
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
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) |