Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6b8c7e

Browse files
committed
Use libxml2 from depends cache
1 parent 1651307 commit f6b8c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/helpers/dependencies.cmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ CD /D %DOWNLOADS_DIR%
130130
:BUILD_XML
131131
TITLE Building xml...
132132
CD /D %DOWNLOADS_DIR%
133-
wget -c ftp://xmlsoft.org/libxml2/libxml2-%XML_VER%.tar.gz -O libxml2-%XML_VER%.tar.gz
133+
REM wget -c ftp://xmlsoft.org/libxml2/libxml2-%XML_VER%.tar.gz -O libxml2-%XML_VER%.tar.gz
134+
wget -c http://repo.postgrespro.ru/depends/libxml2-%XML_VER%.tar.gz -O libxml2-%XML_VER%.tar.gz
134135
rm -rf %DEPENDENCIES_BIN_DIR%\libxml2 %DEPENDENCIES_SRC_DIR%\libxml2-*
135136
MKDIR %DEPENDENCIES_BIN_DIR%\libxml2
136137
tar xf libxml2-%XML_VER%.tar.gz -C %DEPENDENCIES_SRC_UDIR% || GOTO :ERROR

0 commit comments

Comments
 (0)