From a03118f0de53d304f1e6967ee02ae052e9a54cef Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 26 Aug 2014 14:27:14 +0000 Subject: Add network-security stratum to ceph-service stratum build dependencies --- strata/ceph-service/nspr.morph | 6 ------ strata/ceph-service/nss.morph | 7 ------- 2 files changed, 13 deletions(-) delete mode 100644 strata/ceph-service/nspr.morph delete mode 100644 strata/ceph-service/nss.morph (limited to 'strata/ceph-service') 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" -- cgit v1.2.1