Updated libssh2 to v1.7.0

This commit is contained in:
clamsawd 2016-02-24 20:36:11 +01:00
parent 3dfafbce9b
commit a032357ab5
4 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@ 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-3110000.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.7.0.tar.gz
## CONFIG ##
BUILD_DIRECTORY=/tmp/
@ -79,8 +79,8 @@ export LDFLAGS="-m32"
# libssh2
cd ..
wget -c $SSH2
tar zxvf libssh2-1.6.0.tar.gz
cd libssh2-1.6.0/
tar zxvf libssh2-1.7.0.tar.gz
cd libssh2-1.7.0/
rm -rf $PREFIX/lib/pkgconfig/libssh2.pc
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 --without-libgcrypt --with-openssl --without-wincng --prefix=$PREFIX --enable-static --disable-shared
make

View File

@ -20,7 +20,7 @@ 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-3110000.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.7.0.tar.gz
## CONFIG ##
BUILD_DIRECTORY=/tmp/
@ -75,8 +75,8 @@ cd $BUILD_DIRECTORY
# libssh2
cd ..
wget -c $SSH2
tar zxvf libssh2-1.6.0.tar.gz
cd libssh2-1.6.0/
tar zxvf libssh2-1.7.0.tar.gz
cd libssh2-1.7.0/
rm -rf $PREFIX/lib/pkgconfig/libssh2.pc
PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ LD_LIBRARY_PATH=$PREFIX/lib/ CC="$C_COMPILER" CXX="$CXX_COMPILER" ./configure --without-libgcrypt --with-openssl --without-wincng --prefix=$PREFIX --enable-static --disable-shared
make

View File

@ -15,7 +15,7 @@ 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-3110000.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.7.0.tar.gz
## CONFIG ##
BUILD_DIRECTORY=/tmp/
@ -72,8 +72,8 @@ cd $BUILD_DIRECTORY
# libssh2
cd ..
wget -c $SSH2
tar zxvf libssh2-1.6.0.tar.gz
cd libssh2-1.6.0/
tar zxvf libssh2-1.7.0.tar.gz
cd libssh2-1.7.0/
rm -rf $PREFIX/lib/pkgconfig/libssh2.pc
CC=$HOST-gcc CXX=$HOST-g++ AR=$HOST-ar RANLIB=$HOST-ranlib ./configure --without-libgcrypt --with-openssl --without-wincng --prefix=$PREFIX --host=$HOST --enable-static --disable-shared
make

View File

@ -15,7 +15,7 @@ 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-3110000.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz
SSH2=http://www.libssh2.org/download/libssh2-1.7.0.tar.gz
## CONFIG ##
BUILD_DIRECTORY=/tmp/
@ -72,8 +72,8 @@ cd $BUILD_DIRECTORY
# libssh2
cd ..
wget -c $SSH2
tar zxvf libssh2-1.6.0.tar.gz
cd libssh2-1.6.0/
tar zxvf libssh2-1.7.0.tar.gz
cd libssh2-1.7.0/
rm -rf $PREFIX/lib/pkgconfig/libssh2.pc
CC=$HOST-gcc CXX=$HOST-g++ AR=$HOST-ar RANLIB=$HOST-ranlib ./configure --prefix=$PREFIX --host=$HOST --enable-static --disable-shared
make