ICU download has moved to github

This commit is contained in:
snoe925 2020-08-04 18:48:43 -05:00 committed by Colin Dellow
parent 7afff52f11
commit e3456351f8
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ $(ARROW_LIB): $(ARROW)
$(ICU_I18N_LIB): $(ICU_I18N_LIB):
rm -rf $(ICU) rm -rf $(ICU)
mkdir $(ICU) mkdir $(ICU)
cd $(ICU) && wget http://download.icu-project.org/files/icu4c/$(ICU_VERSION)/icu4c-$(ICU_VERSION_U)-src.tgz cd $(ICU) && wget https://github.com/unicode-org/icu/releases/download/release-$(ICU_VERSION)/icu4c-$(ICU_VERSION_U)-src.tgz
cd $(ICU) && tar xf icu4c-$(ICU_VERSION_U)-src.tgz --strip-components=1 cd $(ICU) && tar xf icu4c-$(ICU_VERSION_U)-src.tgz --strip-components=1
cd $(ICU)/source && ./configure --enable-static cd $(ICU)/source && ./configure --enable-static
cd $(ICU)/source && make -j$(CPUS) LIBCFLAGS='-fPIC' LIBCXXFLAGS='-fPIC' cd $(ICU)/source && make -j$(CPUS) LIBCFLAGS='-fPIC' LIBCXXFLAGS='-fPIC'