From: Thomas Bechtold Date: Tue, 23 Jul 2013 19:09:37 +0000 (+0200) Subject: Enable libs3 support for debian packages X-Git-Tag: v0.75~63^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8814265f0888f8091a7d83a900ffd6b65ae77f34;p=ceph.git Enable libs3 support for debian packages --- diff --git a/debian/control b/debian/control index 241fabb5e4f30..2e120e22c1aa1 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Build-Depends: autoconf, libleveldb-dev, libnss3-dev, libsnappy-dev, + libs3-dev, libtool, libxml2-dev, pkg-config, diff --git a/debian/rules b/debian/rules index c32c3e280b385..367d70057a2d7 100755 --- a/debian/rules +++ b/debian/rules @@ -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.