mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
debian: build with libnss instead of crypto++
Signed-off-by: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
This commit is contained in:
parent
9d7f048073
commit
89492329d1
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user