Skip to content

Commit

Permalink
packages: ceph.spec.in is missing make as a build dependency
Browse files Browse the repository at this point in the history
On a virgin centos-6.4, after yum-builddep ceph and following
http://ceph.com/docs/next/install/building-ceph/ instructions to:

cd ceph
./autogen.sh
./configure
make

it fails because make is not installed. It probably is not a problem for
most people because there are few developers who did not install make.

Signed-off-by: Loic Dachary <[email protected]>
  • Loading branch information
Loic Dachary committed Oct 25, 2013
1 parent 289b790 commit 284b73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Requires: util-linux
Requires: hdparm
Requires(post): binutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: boost-devel
Expand Down

0 comments on commit 284b73b

Please sign in to comment.