]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: build with libnss instead of crypto++
authorLaszlo Boszormenyi (GCS) <gcs@debian.hu>
Sat, 16 Jun 2012 20:39:56 +0000 (13:39 -0700)
committerSage Weil <sage@inktank.com>
Thu, 28 Jun 2012 03:25:13 +0000 (20:25 -0700)
Signed-off-by: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
debian/control
debian/rules

index c5ed2efba37580fed3a3fc8e89046a8ac743a3d3..aa988f40c60ac05a2b2a9855ed95e748b4153d08 100644 (file)
@@ -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
index 941f3093a7a681f399186468b15184aa8889cc6d..cbd81c46e44c6d39f91f30e42fc6da16eee7af2b 100755 (executable)
@@ -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.