Skip to content

Commit

Permalink
Output full build logs in vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
takumakume committed Oct 17, 2019
1 parent 6403fcf commit e88ed19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ curl -sfL https://www.openssl.org/source/openssl-${openssl_version}-latest.tar.g
tar -xzf openssl-${openssl_version}.tar.gz
rm openssl-${openssl_version}.tar.gz
cd openssl-${openssl_version}*
./config --prefix=/usr/local --shared zlib -fPIC >> /dev/null 2>&1
make >> /dev/null 2>&1
sudo make install >> /dev/null 2>&1
./config --prefix=/usr/local --shared zlib -fPIC
make
sudo make install
sudo ldconfig /usr/local/lib
cd -
openssl version
Expand Down

0 comments on commit e88ed19

Please sign in to comment.