Skip to content

Commit

Permalink
Use openssl github repository to get sources instead of DependencyMirror
Browse files Browse the repository at this point in the history
we only need to mirror stuff that isn't available from GitHub.
  • Loading branch information
dktapps committed Oct 9, 2023
1 parent da38e0f commit d7d480c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ function build_openssl {
if cant_use_cache "$openssl_dir"; then
rm -rf "$openssl_dir"
write_download
download_from_mirror "openssl-$OPENSSL_VERSION.tar.gz" "openssl" | tar -zx >> "$DIR/install.log" 2>&1
download_github_src "openssl/openssl" "openssl-$OPENSSL_VERSION" "openssl" | tar -zx >> "$DIR/install.log" 2>&1

write_configure
cd "$openssl_dir"
Expand Down

0 comments on commit d7d480c

Please sign in to comment.