mingw: Use sqlite 3.15.2

This commit is contained in:
Tatsuhiro Tsujikawa 2016-12-15 22:10:53 +09:00
parent b76435fe77
commit fdeb75dbc3
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ RUN apt-get update && \
RUN curl -L -O https://gmplib.org/download/gmp/gmp-6.1.1.tar.lz && \
curl -L -O http://downloads.sourceforge.net/project/expat/expat/2.2.0/expat-2.2.0.tar.bz2 && \
curl -L -O https://www.sqlite.org/2016/sqlite-autoconf-3150100.tar.gz && \
curl -L -O https://www.sqlite.org/2016/sqlite-autoconf-3150200.tar.gz && \
curl -L -O http://zlib.net/zlib-1.2.8.tar.xz && \
curl -L -O https://c-ares.haxx.se/download/c-ares-1.12.0.tar.gz && \
curl -L -O http://libssh2.org/download/libssh2-1.8.0.tar.gz
@ -57,8 +57,8 @@ RUN tar xf expat-2.2.0.tar.bz2 && \
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` && \
make install
RUN tar xf sqlite-autoconf-3150100.tar.gz && \
cd sqlite-autoconf-3150100 && \
RUN tar xf sqlite-autoconf-3150200.tar.gz && \
cd sqlite-autoconf-3150200 && \
./configure \
--disable-shared \
--enable-static \

View File

@ -14,7 +14,7 @@ necessary. The linked libraries are:
* gmp 6.1.1
* expat 2.2.0
* sqlite 3.15.1
* sqlite 3.15.2
* zlib 1.2.8
* c-ares 1.12.0
* libssh2 1.8.0