summaryrefslogtreecommitdiff
path: root/strata/gnome/mozjs17.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/gnome/mozjs17.morph')
-rw-r--r--strata/gnome/mozjs17.morph17
1 files changed, 17 insertions, 0 deletions
diff --git a/strata/gnome/mozjs17.morph b/strata/gnome/mozjs17.morph
new file mode 100644
index 00000000..971ebfd3
--- /dev/null
+++ b/strata/gnome/mozjs17.morph
@@ -0,0 +1,17 @@
+name: mozjs17
+kind: chunk
+build-system: manual
+configure-commands:
+- |
+ cd js/src;
+ ./configure --prefix="$PREFIX" \
+ --with-system-nspr \
+ --with-system-ffi \
+ --enable-threadsafe
+build-commands:
+- |
+ cd js/src;
+ make
+install-commands:
+- cd js/src;
+ make DESTDIR="$DESTDIR" install