]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "Enable libs3 support for debian packages"
authorSage Weil <sage@inktank.com>
Fri, 20 Dec 2013 21:14:08 +0000 (13:14 -0800)
committerSage Weil <sage@inktank.com>
Fri, 20 Dec 2013 21:14:08 +0000 (13:14 -0800)
This reverts commit 8814265f0888f8091a7d83a900ffd6b65ae77f34.

Or not!  This adds a build-time dependency which none of the gitbuilders
have, so scrap it.

debian/control
debian/rules

index 4c49dbfee17fd9499dd9afa2eb9ac10c9859b8cf..e0aa4172f4f5cf9f095efd24ea3db6943d231500 100644 (file)
@@ -31,7 +31,6 @@ Build-Depends: autoconf,
                libleveldb-dev,
                libnss3-dev,
                libsnappy-dev,
-               libs3-dev,
                libtool,
                libxml2-dev,
                pkg-config,
index 66207d96a2a76c4fba983178e15df708312178d8..9b26a3cda833dc2a008313f320de99b56dcc1d79 100755 (executable)
@@ -23,7 +23,6 @@ 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.