diff options
author | Sage Weil <sage@inktank.com> | 2013-08-28 18:11:09 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-08-28 18:11:09 -0700 |
commit | 6bb51f1a1d1040cc9cf2b4ec86cef1866bc1ee96 (patch) | |
tree | 37191b172dc91b7f2395b759f049315d70bb1c78 | |
parent | 01ca663883fa404ef1816721f84c8c05e1845b64 (diff) | |
download | ceph-wip-libs3.tar.gz |
debian: add libs3-dev build dependencywip-libs3
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 44ee725efd4..76b0618ec95 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, |