mirror of
https://github.com/ceph/ceph
synced 2024-12-27 14:03:25 +00:00
build: Add new package dependencies
Add libboost-system-dev (bug #4725). Add hdparm to rpm installation requirements. The hdparm command is used to determin if write-caching is enabled on the journal device. Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
This commit is contained in:
parent
a0e457ae18
commit
f4bc760776
@ -29,6 +29,7 @@ Requires: cryptsetup
|
||||
Requires: parted
|
||||
Requires: util-linux
|
||||
Requires: python-argparse
|
||||
Requires: hdparm
|
||||
Requires(post): binutils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
|
7
debian/control
vendored
7
debian/control
vendored
@ -16,9 +16,10 @@ Build-Depends: autoconf,
|
||||
junit4,
|
||||
libaio-dev,
|
||||
libatomic-ops-dev,
|
||||
libboost-dev (>= 1.42),
|
||||
libboost-program-options-dev,
|
||||
libboost-thread-dev,
|
||||
libboost-dev (>= 1.42~),
|
||||
libboost-program-options-dev (>= 1.42~),
|
||||
libboost-thread-dev (>= 1.42~),
|
||||
libboost-system-dev (>= 1.42~),
|
||||
libcurl4-gnutls-dev,
|
||||
libedit-dev,
|
||||
libexpat1-dev,
|
||||
|
Loading…
Reference in New Issue
Block a user