Skip to content

Commit

Permalink
Revert "makefiles: remove bz2-dev from dependencies"
Browse files Browse the repository at this point in the history
  • Loading branch information
athanatos committed Dec 15, 2015
1 parent 34ceddf commit 35542eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ceph.spec.in
Expand Up @@ -165,6 +165,7 @@ 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: 1 addition & 0 deletions debian/control
Expand Up @@ -10,6 +10,7 @@ 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
Expand Up @@ -267,7 +267,7 @@ LIBOSD += $(LIBOSD_TYPES) $(LIBOS_TYPES)
if WITH_SLIBROCKSDB
LIBKV += rocksdb/librocksdb.a
endif
LIBKV += -lz -lleveldb -lsnappy
LIBKV += -lbz2 -lz -lleveldb -lsnappy
LIBOS += $(LIBOS_TYPES) $(LIBKV)

LIBMON += $(LIBMON_TYPES)
Expand Down

0 comments on commit 35542eb

Please sign in to comment.