|
@ -7,6 +7,7 @@ dlextract "https://www.openssl.org/source/$name-$version.tar.gz" \ |
|
|
cd "$name-$version" |
|
|
cd "$name-$version" |
|
|
|
|
|
|
|
|
./config --prefix=/tools shared |
|
|
./config --prefix=/tools shared |
|
|
make INSTALL_PREFIX="$dir_install" all install_sw |
|
|
# This makefile fails when building in parallel |
|
|
|
|
|
make -j1 all; make -j1 INSTALL_PREFIX="$dir_install" install_sw |
|
|
|
|
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
|
|