summaryrefslogtreecommitdiff
path: root/chunks/nspr.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/nspr.morph')
-rw-r--r--chunks/nspr.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/chunks/nspr.morph b/chunks/nspr.morph
new file mode 100644
index 00000000..2fc5d2bb
--- /dev/null
+++ b/chunks/nspr.morph
@@ -0,0 +1,8 @@
+name: nspr
+kind: chunk
+repo: upstream:nspr-hg
+ref: a6ee84946475c1fb7624973af28163f6da247c0d
+build-system: autotools
+configure-commands:
+- ./configure --prefix=$PREFIX --with-mozilla --with-pthreads $([ $(uname -m) = x86_64
+ ] && echo --enable-64bit)