summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-12 17:25:41 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-12 17:27:25 +0900
commitabd7d676b2cfdaa1ca591001a047cc746c9a589e (patch)
tree979e8c93c4452f719488976b509ca1df322ddf06
parent19c0cd6be0d9133fe89e9cdf30659d555feea48f (diff)
downloaddefinitions-abd7d676b2cfdaa1ca591001a047cc746c9a589e.tar.gz
Added comment to ca-certificates.morph in core.
Added comment to highlight the reason why we run update-ca-certificates in the make install phase. Change-Id: Ic2f19ebe562067fd86038b5ed49e64632ece617d
-rw-r--r--strata/core/ca-certificates.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/strata/core/ca-certificates.morph b/strata/core/ca-certificates.morph
index 5bdb18ea..195d45d4 100644
--- a/strata/core/ca-certificates.morph
+++ b/strata/core/ca-certificates.morph
@@ -11,6 +11,13 @@ install-commands:
- |
cd "$DESTDIR"/usr/share/ca-certificates
find * -type f > "$DESTDIR"/etc/ca-certificates.conf
+#
+# The curl build requires some certificates to be present
+# at build time. Building curl without the certificates
+# installed results in a git which cannot use https.
+#
+# See: http://listmaster.pepperfish.net/pipermail/baserock-dev-baserock.org/2015-January/010419.html
+#
- |
export CERTSCONF="$DESTDIR/etc/ca-certificates.conf"
export CERTSDIR="$DESTDIR/usr/share/ca-certificates"