ソースを参照

Update mingw third party libraries

Tatsuhiro Tsujikawa 10 年 前
コミット
25ecfd86f1
2 ファイル変更5 行追加3 行削除
  1. 1 1
      Dockerfile.mingw
  2. 4 2
      README.mingw

+ 1 - 1
Dockerfile.mingw

@@ -26,7 +26,7 @@ RUN apt-get install -y make binutils autoconf automake autotools-dev libtool \
 
 RUN curl -L -O https://gmplib.org/download/gmp/gmp-6.0.0a.tar.lz
 RUN curl -L -O http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz
-RUN curl -L -O http://www.sqlite.org/2014/sqlite-autoconf-3080700.tar.gz
+RUN curl -L -O http://www.sqlite.org/2015/sqlite-autoconf-3080802.tar.gz
 RUN curl -L -O http://zlib.net/zlib-1.2.8.tar.xz
 RUN curl -L -O http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz
 

+ 4 - 2
README.mingw

@@ -14,9 +14,11 @@ necessary. The linked libraries are:
 
 * gmp 6.0.0
 * expat 2.1.0
-* sqlite 3.8.4.1
+* sqlite 3.8.8.2
 * zlib 1.2.8
-* c-ares 1.10.0
+* c-ares 1.10.0 with the dns.patch [1] applied
+
+[1] http://c-ares.haxx.se/mail/c-ares-archive-2014-05/0008.shtml
 
 This build has the following difference from the original release: