Skip to content

Commit

Permalink
Merge pull request #6939 from branch-predictor/bp-remove-bz2dev
Browse files Browse the repository at this point in the history
makefiles: remove bz2-dev from dependencies

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Dec 15, 2015
2 parents 09c57ff + a8b5920 commit 34ceddf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Uploaders: Ken Dreyer <kdreyer@redhat.com>,
Build-Depends: autoconf,
automake,
autotools-dev,
libbz2-dev,
cmake,
cryptsetup-bin | cryptsetup,
cython,
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile-env.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 34ceddf

Please sign in to comment.