mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
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:
commit
f86c3c0775
1
debian/control
vendored
1
debian/control
vendored
@ -31,6 +31,7 @@ Build-Depends: autoconf,
|
||||
libleveldb-dev,
|
||||
libnss3-dev,
|
||||
libsnappy-dev,
|
||||
libs3-dev,
|
||||
libtool,
|
||||
libxml2-dev,
|
||||
pkg-config,
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user