Updated OpenSSL to v1.0.2f
This commit is contained in:
parent
c8c8bffc49
commit
dfdef3b966
|
@ -17,7 +17,7 @@ CXX_COMPILER="g++"
|
|||
|
||||
## DEPENDENCES ##
|
||||
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.2e.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-3100100.tar.gz
|
||||
C_ARES=http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz
|
||||
|
@ -61,8 +61,8 @@ export LDFLAGS="-m32"
|
|||
# Openssl build
|
||||
cd ..
|
||||
wget -c $OPENSSL
|
||||
tar zxvf openssl-1.0.2e.tar.gz
|
||||
cd openssl-1.0.2e/
|
||||
tar zxvf openssl-1.0.2f.tar.gz
|
||||
cd openssl-1.0.2f/
|
||||
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 linux-elf
|
||||
make
|
||||
make install
|
||||
|
|
|
@ -16,7 +16,7 @@ CXX_COMPILER="g++"
|
|||
|
||||
## DEPENDENCES ##
|
||||
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.2e.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-3100100.tar.gz
|
||||
C_ARES=http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz
|
||||
|
@ -57,8 +57,8 @@ cd $BUILD_DIRECTORY
|
|||
# Openssl build
|
||||
cd ..
|
||||
wget -c $OPENSSL
|
||||
tar zxvf openssl-1.0.2e.tar.gz
|
||||
cd openssl-1.0.2e/
|
||||
tar zxvf openssl-1.0.2f.tar.gz
|
||||
cd openssl-1.0.2f/
|
||||
PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ LD_LIBRARY_PATH=$PREFIX/lib/ CC="$C_COMPILER" CXX="$CXX_COMPILER" ./Configure --prefix=$PREFIX linux-x86_64
|
||||
make
|
||||
make install
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
## DEPENDENCES ##
|
||||
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.2e.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-3100100.tar.gz
|
||||
C_ARES=http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz
|
||||
|
@ -54,8 +54,8 @@ cd $BUILD_DIRECTORY
|
|||
# Openssl build
|
||||
cd ..
|
||||
wget -c $OPENSSL
|
||||
tar zxvf openssl-1.0.2e.tar.gz
|
||||
cd openssl-1.0.2e/
|
||||
tar zxvf openssl-1.0.2f.tar.gz
|
||||
cd openssl-1.0.2f/
|
||||
./Configure mingw --cross-compile-prefix=$HOST- --prefix=$PREFIX
|
||||
make
|
||||
make install
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
## DEPENDENCES ##
|
||||
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.2e.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-3100100.tar.gz
|
||||
C_ARES=http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz
|
||||
|
@ -54,8 +54,8 @@ cd $BUILD_DIRECTORY
|
|||
# Openssl build
|
||||
cd ..
|
||||
wget -c $OPENSSL
|
||||
tar zxvf openssl-1.0.2e.tar.gz
|
||||
cd openssl-1.0.2e/
|
||||
tar zxvf openssl-1.0.2f.tar.gz
|
||||
cd openssl-1.0.2f/
|
||||
./Configure mingw64 --cross-compile-prefix=$HOST- --prefix=$PREFIX
|
||||
make
|
||||
make install
|
||||
|
|
Loading…
Reference in New Issue
Block a user