Kaydet (Commit) 93abcf4e authored tarafından Matúš Kukan's avatar Matúš Kukan

get ICU_DATA_SUBSET_ZIP into ooo.lst when cross-compiling

Change-Id: I73ef1e331f3cec8e2769b177ec1767cf35fcb817
üst a0a5eed6
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment