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.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
q3aql committed Nov 12, 2016
1 parent 5525ad8 commit f10d551
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
Empty file modified README.md
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.2j.tar.gz
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3150000.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3150100.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.12.0.tar.gz
SSH2=https://www.libssh2.org/download/libssh2-1.7.0.tar.gz

Expand Down Expand Up @@ -86,8 +86,8 @@ cd $BUILD_DIRECTORY
# sqlite3
cd ..
$DOWNLOADER $SQLITE3
tar zxvf sqlite-autoconf-3150000.tar.gz
cd sqlite-autoconf-3150000/
tar zxvf sqlite-autoconf-3150100.tar.gz
cd sqlite-autoconf-3150100/
PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ LD_LIBRARY_PATH=$PREFIX/lib/ CC=$HOST-gcc CXX=$HOST-g++ ./configure --host=$HOST --prefix=$PREFIX --enable-static --enable-shared --build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE`
make
make install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.2j.tar.gz
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3150000.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3150100.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.12.0.tar.gz
SSH2=https://www.libssh2.org/download/libssh2-1.7.0.tar.gz

Expand Down Expand Up @@ -79,8 +79,8 @@ export LDFLAGS="-m32"
# sqlite3
cd ..
$DOWNLOADER $SQLITE3
tar zxvf sqlite-autoconf-3150000.tar.gz
cd sqlite-autoconf-3150000/
tar zxvf sqlite-autoconf-3150100.tar.gz
cd sqlite-autoconf-3150100/
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 @@ -26,7 +26,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.2j.tar.gz
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3150000.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3150100.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.12.0.tar.gz
SSH2=https://www.libssh2.org/download/libssh2-1.7.0.tar.gz

Expand Down Expand Up @@ -74,8 +74,8 @@ cd $BUILD_DIRECTORY
# sqlite3
cd ..
$DOWNLOADER $SQLITE3
tar zxvf sqlite-autoconf-3150000.tar.gz
cd sqlite-autoconf-3150000/
tar zxvf sqlite-autoconf-3150100.tar.gz
cd sqlite-autoconf-3150100/
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 @@ -23,7 +23,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.2j.tar.gz
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3150000.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3150100.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.12.0.tar.gz
SSH2=https://www.libssh2.org/download/libssh2-1.7.0.tar.gz

Expand Down Expand Up @@ -73,8 +73,8 @@ cd $BUILD_DIRECTORY
# sqlite3
cd ..
$DOWNLOADER $SQLITE3
tar zxvf sqlite-autoconf-3150000.tar.gz
cd sqlite-autoconf-3150000/
tar zxvf sqlite-autoconf-3150100.tar.gz
cd sqlite-autoconf-3150100/
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 @@ -23,7 +23,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.2j.tar.gz
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3150000.tar.gz
SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3150100.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.12.0.tar.gz
SSH2=https://www.libssh2.org/download/libssh2-1.7.0.tar.gz

Expand Down Expand Up @@ -73,8 +73,8 @@ cd $BUILD_DIRECTORY
# sqlite3
cd ..
$DOWNLOADER $SQLITE3
tar zxvf sqlite-autoconf-3150000.tar.gz
cd sqlite-autoconf-3150000/
tar zxvf sqlite-autoconf-3150100.tar.gz
cd sqlite-autoconf-3150100/
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
Empty file modified certs/ca-certificates.crt
100644 → 100755
Empty file.

0 comments on commit f10d551

Please sign in to comment.