summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-30 11:44:23 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-30 11:44:23 +0100
commit60bc62b7d3fe1d1c9339f27529f309c823877afa (patch)
tree26beb84b1352e2d601a23b33ca65829267164875
parent306d9da2db1acc3a049d153bae429a73ad15369e (diff)
downloadmorphs-60bc62b7d3fe1d1c9339f27529f309c823877afa.tar.gz
bootstrap: build libexpat before XML::Parser
-rw-r--r--bootstrap-pass2.morph18
1 files changed, 13 insertions, 5 deletions
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
index cde11de..75719d8 100644
--- a/bootstrap-pass2.morph
+++ b/bootstrap-pass2.morph
@@ -99,8 +99,20 @@
"ref": "baserock/morph"
},
{
+ "name": "libexpat",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "autotools",
+ "libtool"
+ ]
+ },
+ {
"name": "XML-Parser",
- "ref": "master"
+ "ref": "master",
+ "build-depends": [
+ "libexpat",
+ "perl"
+ ]
},
{
"name": "intltool",
@@ -221,10 +233,6 @@
"ref": "baserock/morph"
},
{
- "name": "libexpat",
- "ref": "baserock/morph"
- },
- {
"name": "curl",
"ref": "baserock/morph"
},