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