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

Commit

Permalink
Updated sqlite3 to v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clamsawd committed Feb 18, 2016
1 parent 7ed4693 commit f48e64f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CXX_COMPILER="g++"
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.8/zlib-1.2.8.tar.gz
OPENSSL=http://www.openssl.org/source/openssl-1.0.2f.tar.gz
EXPAT=http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3100200.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz

Expand Down Expand Up @@ -70,8 +70,8 @@ export LDFLAGS="-m32"
# sqlite3
cd ..
wget -c $SQLITE3
tar zxvf sqlite-autoconf-3100200.tar.gz
cd sqlite-autoconf-3100200/
tar zxvf sqlite-autoconf-3110000.tar.gz
cd sqlite-autoconf-3110000/
CFLAGS="-m32" CXXFLAGS="-m32" LDFLAGS="-m32" PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ LD_LIBRARY_PATH=$PREFIX/lib/ CC="$C_COMPILER -m32" CXX="$CXX_COMPILER -m32" ./configure --prefix=$PREFIX --enable-static --enable-shared
make
make install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CXX_COMPILER="g++"
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.8/zlib-1.2.8.tar.gz
OPENSSL=http://www.openssl.org/source/openssl-1.0.2f.tar.gz
EXPAT=http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3100200.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz

Expand Down Expand Up @@ -66,8 +66,8 @@ cd $BUILD_DIRECTORY
# sqlite3
cd ..
wget -c $SQLITE3
tar zxvf sqlite-autoconf-3100200.tar.gz
cd sqlite-autoconf-3100200/
tar zxvf sqlite-autoconf-3110000.tar.gz
cd sqlite-autoconf-3110000/
PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ LD_LIBRARY_PATH=$PREFIX/lib/ CC="$C_COMPILER" CXX="$CXX_COMPILER" ./configure --prefix=$PREFIX --enable-static --enable-shared
make
make install
Expand Down
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 @@ -13,7 +13,7 @@
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.8/zlib-1.2.8.tar.gz
OPENSSL=http://www.openssl.org/source/openssl-1.0.2f.tar.gz
EXPAT=http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3100200.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz

Expand Down Expand Up @@ -63,8 +63,8 @@ cd $BUILD_DIRECTORY
# sqlite3
cd ..
wget -c $SQLITE3
tar zxvf sqlite-autoconf-3100200.tar.gz
cd sqlite-autoconf-3100200/
tar zxvf sqlite-autoconf-3110000.tar.gz
cd sqlite-autoconf-3110000/
CC=$HOST-gcc CXX=$HOST-g++ AR=$HOST-ar RANLIB=$HOST-ranlib ./configure --prefix=$PREFIX --host=$HOST --enable-static --enable-shared
make
make install
Expand Down
6 changes: 3 additions & 3 deletions build-scripts/mingw-config/aria2-x86_64-w64-mingw-build-libs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.8/zlib-1.2.8.tar.gz
OPENSSL=http://www.openssl.org/source/openssl-1.0.2f.tar.gz
EXPAT=http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3100200.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz

Expand Down Expand Up @@ -63,8 +63,8 @@ cd $BUILD_DIRECTORY
# sqlite3
cd ..
wget -c $SQLITE3
tar zxvf sqlite-autoconf-3100200.tar.gz
cd sqlite-autoconf-3100200/
tar zxvf sqlite-autoconf-3110000.tar.gz
cd sqlite-autoconf-3110000/
CC=$HOST-gcc CXX=$HOST-g++ AR=$HOST-ar RANLIB=$HOST-ranlib ./configure --prefix=$PREFIX --host=$HOST --enable-static --enable-shared
make
make install
Expand Down

0 comments on commit f48e64f

Please sign in to comment.