From: Laszlo Boszormenyi (GCS) Date: Sat, 16 Jun 2012 20:39:56 +0000 (-0700) Subject: debian: build with libnss instead of crypto++ X-Git-Tag: v0.48argonaut~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=89492329d14bfee1a40cc4872a74dbd9241d3b05;p=ceph.git debian: build with libnss instead of crypto++ Signed-off-by: Laszlo Boszormenyi (GCS) --- diff --git a/debian/control b/debian/control index c5ed2efba375..aa988f40c60a 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) Uploaders: Sage Weil -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 941f3093a7a6..cbd81c46e44c 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.