Skip to content

Commit

Permalink
Update sqlite3 version for mingw build
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jun 14, 2016
1 parent 9e42dc7 commit dd7efde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && \
RUN curl -L -O https://gmplib.org/download/gmp/gmp-6.1.0.tar.lz && \
curl -L -o gmp-6.1.0.patch https://gmplib.org/repo/gmp-6.1/raw-rev/67d4ee9dead1 && \
curl -L -O http://downloads.sourceforge.net/project/expat/expat/2.1.1/expat-2.1.1.tar.gz && \
curl -L -O https://www.sqlite.org/2016/sqlite-autoconf-3120100.tar.gz && \
curl -L -O https://www.sqlite.org/2016/sqlite-autoconf-3130000.tar.gz && \
curl -L -O http://zlib.net/zlib-1.2.8.tar.xz && \
curl -L -O http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz && \
curl -L -O http://libssh2.org/download/libssh2-1.7.0.tar.gz
Expand Down Expand Up @@ -59,8 +59,8 @@ RUN tar xf expat-2.1.1.tar.gz && \
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` && \
make install

RUN tar xf sqlite-autoconf-3120100.tar.gz && \
cd sqlite-autoconf-3120100 && \
RUN tar xf sqlite-autoconf-3130000.tar.gz && \
cd sqlite-autoconf-3130000 && \
./configure \
--disable-shared \
--enable-static \
Expand Down
2 changes: 1 addition & 1 deletion README.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ necessary. The linked libraries are:

* gmp 6.1.0
* expat 2.1.1
* sqlite 3.10.2
* sqlite 3.13.0
* zlib 1.2.8
* c-ares 1.11.0
* libssh2 1.7.0
Expand Down

0 comments on commit dd7efde

Please sign in to comment.