summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLaszlo Boszormenyi (GCS) <gcs@debian.hu>2012-06-16 13:39:56 -0700
committerSage Weil <sage@inktank.com>2012-06-27 20:25:13 -0700
commit89492329d14bfee1a40cc4872a74dbd9241d3b05 (patch)
treea43b9906da694a8fcc12c0d5f0bbfebd91753870 /debian
parent9d7f048073ed17644201c21eb2387dd3fa0c4540 (diff)
downloadceph-89492329d14bfee1a40cc4872a74dbd9241d3b05.tar.gz
debian: build with libnss instead of crypto++
Signed-off-by: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index c5ed2efba37..aa988f40c60 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Vcs-Git: git://github.com/ceph/ceph.git
Vcs-Browser: https://github.com/ceph/ceph
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
Uploaders: Sage Weil <sage@newdream.net>
-Build-Depends: debhelper (>= 6.0.7~), autotools-dev, autoconf, automake, libfuse-dev, libboost-dev (>= 1.34), libedit-dev, libcrypto++-dev, libtool, libexpat1-dev, libfcgi-dev, libatomic-ops-dev, libgoogle-perftools-dev [i386 amd64], pkg-config, libcurl4-gnutls-dev, libkeyutils-dev, uuid-dev, libaio-dev, python (>= 2.6.6-3~), libxml2-dev
+Build-Depends: debhelper (>= 6.0.7~), autotools-dev, autoconf, automake, libfuse-dev, libboost-dev (>= 1.34), libedit-dev, libnss3-dev, libtool, libexpat1-dev, libfcgi-dev, libatomic-ops-dev, libgoogle-perftools-dev [i386 amd64], pkg-config, libcurl4-gnutls-dev, libkeyutils-dev, uuid-dev, libaio-dev, python (>= 2.6.6-3~), libxml2-dev
Standards-Version: 3.9.3
Package: ceph
diff --git a/debian/rules b/debian/rules
index 941f3093a7a..cbd81c46e44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ endif
export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-extraopts += --with-ocf --with-rest-bench
+extraopts += --with-ocf --with-rest-bench --with-nss
ifeq ($(DEB_HOST_ARCH), armel)
# armel supports ARMv4t or above instructions sets.