try to fix linux buildenv

This commit is contained in:
n1nj4sec 2017-09-19 22:57:20 +02:00
parent 2d6570af7d
commit 85eb63ca10
1 changed files with 4 additions and 4 deletions

View File

@ -153,8 +153,8 @@ cd /usr/src/zlib-1.2.11
./configure --prefix=/usr --static; make; make install
cd /usr/src
tar zxf openssl-1.0.2l.orig.tar.gz
cd /usr/src/openssl-1.0.2l/
tar zxf openssl*.tar.gz
cd /usr/src/openssl*/
CC="gcc -Os -fPIC" ./Configure --prefix=/usr no-hw-xxx shared \
no-dso no-err no-krb5 no-hw no-asm no-ssl2 linux-generic32
make depend >/dev/null 2>/dev/null;
@ -450,8 +450,8 @@ cd /usr/src/zlib-1.2.11
./configure --prefix=/usr --static; make; make install
cd /usr/src
tar zxf openssl-1.0.2l.orig.tar.gz
cd /usr/src/openssl-1.0.2l/
tar zxf openssl*.tar.gz
cd /usr/src/openssl*/
CC="gcc -Os -fPIC" ./Configure --prefix=/usr no-hw-xxx shared \
no-dso no-err no-krb5 no-hw no-asm no-ssl2 linux-generic64
make depend >/dev/null 2>/dev/null