-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
makefiles: remove bz2-dev from dependencies
The only thing that uses bzip2-devel is RocksDB, and it's optional, not requirement. Drop the bzip2-devel/libbz2-dev dependency entirely, and let RocksDB use it only if it is already present. Fixes: ceph#13981 Signed-off-by: Piotr Dałek <[email protected]>
- Loading branch information
Piotr Dałek
committed
Dec 15, 2015
1 parent
736532c
commit a8b5920
Showing
3 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ Uploaders: Ken Dreyer <[email protected]>, | |
Build-Depends: autoconf, | ||
automake, | ||
autotools-dev, | ||
libbz2-dev, | ||
cmake, | ||
cryptsetup-bin | cryptsetup, | ||
cython, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters