summaryrefslogtreecommitdiff
path: root/strata/ceph-service/nspr.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/ceph-service/nspr.morph')
-rw-r--r--strata/ceph-service/nspr.morph22
1 files changed, 22 insertions, 0 deletions
diff --git a/strata/ceph-service/nspr.morph b/strata/ceph-service/nspr.morph
new file mode 100644
index 00000000..00e9d210
--- /dev/null
+++ b/strata/ceph-service/nspr.morph
@@ -0,0 +1,22 @@
+name: nspr
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: autotools
+pre-configure-commands: []
+configure-commands:
+- ./configure --prefix=$PREFIX --with-mozilla --with-pthreads $([ $(uname -m) = x86_64
+ ] && echo --enable-64bit)
+post-configure-commands: []
+pre-build-commands: []
+build-commands: []
+post-build-commands: []
+pre-install-commands: []
+install-commands: []
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []