mirror of
				https://github.com/cldellow/sqlite-parquet-vtable.git
				synced 2025-11-02 02:29:57 +00:00 
			
		
		
		
	ICU download has moved to github
This commit is contained in:
		@@ -86,7 +86,7 @@ $(ARROW_LIB): $(ARROW)
 | 
			
		||||
$(ICU_I18N_LIB):
 | 
			
		||||
	rm -rf $(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)/source && ./configure --enable-static
 | 
			
		||||
	cd $(ICU)/source && make -j$(CPUS) LIBCFLAGS='-fPIC' LIBCXXFLAGS='-fPIC'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user