summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-02-15 17:58:48 -0800
committerGary Lowell <glowell@inktank.com>2013-02-26 19:28:48 -0800
commit5397a68f257b9b07c89e85d713696087f84ebe06 (patch)
tree733aad7bb0e6aaaeff58db9b508ae99703c2a61b /ceph.spec.in
parentaa79077c2442e518c11f3d1885461d734909370b (diff)
downloadceph-wip-system-leveldb.tar.gz
Build: Change build to always use system leveldbwip-system-leveldb
Dynamically link to the leveldb installed on the system rather than statically linking ceph copy. Remove the --with-system-leveldb config option, and add a requirement for leveldb libraries for rpm and debian packages. Bug 3945. Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index a260d32e0f7..bf91c5fa61c 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -25,6 +25,7 @@ Requires: librbd1 = %{version}-%{release}
Requires: librados2 = %{version}-%{release}
Requires: libcephfs1 = %{version}-%{release}
Requires: python
+Requires: leveldb > 1.2
Requires(post): binutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++