diff options
author | Gary Lowell <glowell@inktank.com> | 2013-04-17 23:30:11 -0700 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2013-04-17 23:30:11 -0700 |
commit | 1cde8130987fc089bdaf99e32b0fca42f265b83b (patch) | |
tree | 6fa90f9c4f2325a3623b22dfe71a96d160dc805b | |
parent | 84c7addfe294c8cb2f9930a6815444900547fc14 (diff) | |
download | ceph-wip-4725.tar.gz |
build: test dependencywip-4725
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index afabab2aa71..ddaf96b9f0a 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,10 @@ Build-Depends: autoconf, junit4, libaio-dev, libatomic-ops-dev, - libboost-all-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, |