mirror of https://github.com/n1nj4sec/pupy.git
try to fix linux buildenv
This commit is contained in:
parent
2d6570af7d
commit
85eb63ca10
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue