summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-18 21:10:24 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-18 21:10:24 +0100
commitd940388002bad5e107e31a946ebc9cbf9f7da1d0 (patch)
treebdee7eec1a520fee4974b60d8bd8780c60a4763f
parent70a030779a7d4b45ac5756163fc76bb1aa81275a (diff)
downloadnspr-d940388002bad5e107e31a946ebc9cbf9f7da1d0.tar.gz
Add morphology
We use same configuration as jhbuild: --enable-ipv6 --with-mozilla
-rw-r--r--nspr.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/nspr.morph b/nspr.morph
new file mode 100644
index 0000000..b9c9150
--- /dev/null
+++ b/nspr.morph
@@ -0,0 +1,8 @@
+{
+ "name": "nspr",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --enable-ipv6 --with-mozilla"
+ ]
+}