mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
Merge pull request #6939 from branch-predictor/bp-remove-bz2dev
makefiles: remove bz2-dev from dependencies Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
34ceddf026
@ -165,7 +165,6 @@ BuildRequires: libatomic-ops-devel
|
||||
%if 0%{?_with_systemd}
|
||||
Requires: systemd
|
||||
%endif
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: keyutils-libs-devel
|
||||
BuildRequires: libatomic_ops-devel
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -10,7 +10,6 @@ Uploaders: Ken Dreyer <kdreyer@redhat.com>,
|
||||
Build-Depends: autoconf,
|
||||
automake,
|
||||
autotools-dev,
|
||||
libbz2-dev,
|
||||
cmake,
|
||||
cryptsetup-bin | cryptsetup,
|
||||
cython,
|
||||
|
@ -267,7 +267,7 @@ LIBOSD += $(LIBOSD_TYPES) $(LIBOS_TYPES)
|
||||
if WITH_SLIBROCKSDB
|
||||
LIBKV += rocksdb/librocksdb.a
|
||||
endif
|
||||
LIBKV += -lbz2 -lz -lleveldb -lsnappy
|
||||
LIBKV += -lz -lleveldb -lsnappy
|
||||
LIBOS += $(LIBOS_TYPES) $(LIBKV)
|
||||
|
||||
LIBMON += $(LIBMON_TYPES)
|
||||
|
Loading…
Reference in New Issue
Block a user