Skip to content

Commit

Permalink
openssl and libcrypto dynanic libraies were being built and used, sto…
Browse files Browse the repository at this point in the history
…p that so none Topaz builds are static again
  • Loading branch information
Vargol committed Jun 3, 2024
1 parent c40e569 commit 18d445f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ configure_build () {
checkStatus $? "change directory failed"

# prepare build
$2/${SOFTWARE}/${SOFTWARE}/configure --prefix="$3"
$2/${SOFTWARE}/${SOFTWARE}/configure --prefix="$3" no-shared
checkStatus $? "configuration of ${SOFTWARE} failed"

}
Expand Down

0 comments on commit 18d445f

Please sign in to comment.