]> git.pld-linux.org Git - packages/ceph.git/commitdiff
- use system leveldb and libs3 (the latter only for rest-bench, which is not installe...
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Oct 2012 13:40:09 +0000 (15:40 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Oct 2012 13:40:09 +0000 (15:40 +0200)
ceph.spec

index 78e5876a795b21d2ac9a0369bbbcc4de68ff65f5..b026a1163a5e8b42bd71e4df1a24292939d86bee 100644 (file)
--- a/ceph.spec
+++ b/ceph.spec
@@ -25,11 +25,13 @@ BuildRequires:      fcgi-devel
 BuildRequires: gdbm-devel
 %{?with_hadoop:BuildRequires:  jdk}
 BuildRequires: keyutils-devel
+BuildRequires: leveldb-devel
 BuildRequires: libaio-devel
 BuildRequires: libatomic_ops
 BuildRequires: libedit-devel >= 2.11
 BuildRequires: libfuse-devel
 BuildRequires: libltdl-devel
+BuildRequires: libs3-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtcmalloc-devel
 BuildRequires: libtool >= 2:1.5
@@ -39,6 +41,7 @@ BuildRequires:        pkgconfig
 BuildRequires: python >= 1:2.4
 BuildRequires: rpmbuild(macros) >= 1.228
 BuildRequires: sed >= 4.0
+BuildRequires: snappy-devel
 Requires(post,preun):  /sbin/chkconfig
 Requires(preun):       rc-scripts
 Requires:      %{name}-libs = %{version}-%{release}
@@ -183,9 +186,9 @@ Agenci OCF do monitorowania procesów Cepha.
        --with-hadoop%{!?with_hadoop:=no} \
        --with-ocf \
        --with-radosgw \
+       --with-system-leveldb \
+       --with-system-libs3 \
        --disable-silent-rules
-# --with-system-leveldb (BR: libleveldb, snappy-devel)
-# --with-system-libs3 (BR: libs3)
 
 %{__make}
 
This page took 0.05956 seconds and 4 git commands to generate.