From 8814265f0888f8091a7d83a900ffd6b65ae77f34 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 23 Jul 2013 21:09:37 +0200 Subject: [PATCH] Enable libs3 support for debian packages --- debian/control | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) 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. -- 2.39.5