aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make/dependencies-build-rules.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-12-03 16:12:09 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-12-03 16:15:39 +0000
commitc53e71a29fcd66ad7956060088230173b7dfba17 (patch)
tree35de4d568d183caeb66c1da4977b3f96a9619135 /reproduce/src/make/dependencies-build-rules.mk
parentcbd448bb7412e147fc1c22406c458c71954535cb (diff)
Trusted CA certificates also downloaded for Wget usage
To enable easy downloading of HTTPS links with Wget (this pipeline's defaut downloader), we need a set of trusted CA certificates. Until the time that we can generate one ourselves, one generic set of trusted CA certificates is now downloaded like a tarball and placed in the OpenSSL configuration directory. With these CA certificates, within the pipeline we can now safely use the pipeline's own installed Wget.
Diffstat (limited to 'reproduce/src/make/dependencies-build-rules.mk')
-rw-r--r--reproduce/src/make/dependencies-build-rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/reproduce/src/make/dependencies-build-rules.mk b/reproduce/src/make/dependencies-build-rules.mk
index 457d5fe..af2be95 100644
--- a/reproduce/src/make/dependencies-build-rules.mk
+++ b/reproduce/src/make/dependencies-build-rules.mk
@@ -81,6 +81,7 @@ gbuild = if [ x$(static_build) = xyes ] && [ $(3)x = staticx ]; then \
else configop="$$shellop --prefix=$(idir)"; \
fi; \
\
+ echo; echo "Using '$$confscript' to configure..."; echo; \
./$$confscript $(4) $$configop && \
make "$$shellop" $(5) && \
$$check && \