summaryrefslogtreecommitdiff
path: root/strata/ceph-service
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-26 14:27:14 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-09-16 18:21:33 +0100
commita03118f0de53d304f1e6967ee02ae052e9a54cef (patch)
tree813cd503a59572792a72600d48a223d4bc7ef8a7 /strata/ceph-service
parente4f5b7240d12c203b48f177decc4593b542be826 (diff)
downloaddefinitions-a03118f0de53d304f1e6967ee02ae052e9a54cef.tar.gz
Add network-security stratum to ceph-service stratum build dependencies
Diffstat (limited to 'strata/ceph-service')
-rw-r--r--strata/ceph-service/nspr.morph6
-rw-r--r--strata/ceph-service/nss.morph7
2 files changed, 0 insertions, 13 deletions
diff --git a/strata/ceph-service/nspr.morph b/strata/ceph-service/nspr.morph
deleted file mode 100644
index a5224fb4..00000000
--- a/strata/ceph-service/nspr.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: nspr
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./configure --prefix=$PREFIX --with-mozilla --with-pthreads $([ $(uname -m) = x86_64
- ] && echo --enable-64bit)
diff --git a/strata/ceph-service/nss.morph b/strata/ceph-service/nss.morph
deleted file mode 100644
index c83fd174..00000000
--- a/strata/ceph-service/nss.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: nss
-kind: chunk
-max-jobs: 1
-build-system: autotools
-configure-commands:
-- NOCONFIGURE=1 ./autogen.sh
-- ./configure --prefix="$PREFIX" --libdir="$PREFIX/lib"