summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-20 16:19:13 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-20 16:19:13 +0000
commite8079ec5a515b2df8bb7f463233f7a29aed7f5dc (patch)
tree704eb1b82a2031515d8b7f02bb0aa6bf79f8f562
parent4df89550f5ef872be56775ed017c1f3223f3762f (diff)
downloadmorphs-e8079ec5a515b2df8bb7f463233f7a29aed7f5dc.tar.gz
bootstrap-pass2: build openssl before curl
curl needs an ssl implementation, this can be gnutls or openssl since openssl is needed for git anyway, use that with curl
-rw-r--r--bootstrap-pass2.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
index a99ee48..9696706 100644
--- a/bootstrap-pass2.morph
+++ b/bootstrap-pass2.morph
@@ -165,11 +165,11 @@
"ref": "baserock/morph"
},
{
- "name": "curl",
+ "name": "openssl",
"ref": "baserock/morph"
},
{
- "name": "openssl",
+ "name": "curl",
"ref": "baserock/morph"
},
{