diff options
author | Gary Lowell <glowell@inktank.com> | 2013-02-15 17:58:48 -0800 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2013-02-26 20:07:49 -0800 |
commit | ea546aef0c86da521f8a360d4bfd10315af3f46b (patch) | |
tree | 23981938b640363b02cf633af1bcf16a58af0401 /ceph.spec.in | |
parent | a34e7c6f6b266060bff7f4522a92d56e6820455b (diff) | |
download | ceph-ea546aef0c86da521f8a360d4bfd10315af3f46b.tar.gz |
Build: Change build to always use 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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 2ba4c7533f3..da05b44e234 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++ |