Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
c-ares 1.15.0 mingw32
Browse files Browse the repository at this point in the history
  • Loading branch information
q3aql committed Oct 10, 2019
1 parent 05bee4b commit ea2b1a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-scripts/mingw-config/aria2-i686-w64-mingw-build-libs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
OPENSSL=http://www.openssl.org/source/openssl-1.0.2t.tar.gz
EXPAT=https://github.com/libexpat/libexpat/releases/download/R_2_2_6/expat-2.2.6.tar.bz2
SQLITE3=https://sqlite.org/2019/sqlite-autoconf-3300000.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.14.0.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.15.0.tar.gz
SSH2=https://www.libssh2.org/download/libssh2-1.7.0.tar.gz

## CONFIG ##
Expand Down Expand Up @@ -55,8 +55,8 @@ cd $BUILD_DIRECTORY
# c-ares build
cd ..
$DOWNLOADER $C_ARES
tar zxvf c-ares-1.14.0.tar.gz
cd c-ares-1.14.0/
tar zxvf c-ares-1.15.0.tar.gz
cd c-ares-1.15.0/
CC=$HOST-gcc CXX=$HOST-g++ AR=$HOST-ar RANLIB=$HOST-ranlib ./configure --prefix=$PREFIX --host=$HOST --enable-static --disable-shared
make
make install
Expand Down

0 comments on commit ea2b1a5

Please sign in to comment.