summaryrefslogtreecommitdiff
path: root/strata/core/ca-certificates.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/ca-certificates.morph')
-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"