Merge pull request #460 from toabctl/build-depends

Enable libs3 support for debian packages

Reviewed-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2013-12-20 10:48:11 -08:00
commit f86c3c0775
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -31,6 +31,7 @@ Build-Depends: autoconf,
libleveldb-dev,
libnss3-dev,
libsnappy-dev,
libs3-dev,
libtool,
libxml2-dev,
pkg-config,

1
debian/rules vendored
View File

@ -23,6 +23,7 @@ export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
extraopts += --with-ocf --with-rest-bench --with-nss
extraopts += --with-debug
extraopts += --enable-cephfs-java
extraopts += --with-system-libs3
ifeq ($(DEB_HOST_ARCH), armel)
# armel supports ARMv4t or above instructions sets.