Skip to content

Commit

Permalink
try to fix linux buildenv
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4sec committed Sep 19, 2017
1 parent 2d6570a commit 85eb63c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/sources-linux/buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 85eb63c

Please sign in to comment.