]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Enable libs3 support for debian packages 460/head
authorThomas Bechtold <thomasbechtold@jpberlin.de>
Tue, 23 Jul 2013 19:09:37 +0000 (21:09 +0200)
committerThomas Bechtold <thomasbechtold@jpberlin.de>
Tue, 23 Jul 2013 19:09:37 +0000 (21:09 +0200)
debian/control
debian/rules

index 241fabb5e4f304bd38a94450249bb19e6d92d6dc..2e120e22c1aa17c56f2fc236cd802134a9e00307 100644 (file)
@@ -30,6 +30,7 @@ Build-Depends: autoconf,
                libleveldb-dev,
                libnss3-dev,
                libsnappy-dev,
+               libs3-dev,
                libtool,
                libxml2-dev,
                pkg-config,
index c32c3e280b3852fc807085eb588cd2e63d376323..367d70057a2d7dad7e83da8a067cad0a05214852 100755 (executable)
@@ -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.