]> git.proxmox.com Git - ceph.git/blame - patches/0006-Revert-debian-drop-boost-build-dependencies.patch
update sources to v12.0.2
[ceph.git] / patches / 0006-Revert-debian-drop-boost-build-dependencies.patch
CommitLineData
a2294743
FG
1From 13ff68ad79668008e637bf75e83ace835248e8e8 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Wed, 29 Mar 2017 09:10:54 +0200
4Subject: [PATCH 6/6] Revert "debian: drop boost build dependencies"
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9we build with system boost currently, so those are actually
10valid for us.
11
12This reverts commit 0d43b76268a41989dc0e285bfcf78b9f98386aaf.
13
14Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
15---
16 debian/control | 8 ++++++++
17 1 file changed, 8 insertions(+)
18
19diff --git a/debian/control b/debian/control
20index 1ae3a8a..8974d32 100644
21--- a/debian/control
22+++ b/debian/control
23@@ -28,6 +28,14 @@ Build-Depends: bc,
24 libbabeltrace-ctf-dev,
25 libbabeltrace-dev,
26 libblkid-dev (>= 2.17),
27+ libboost-dev (>= 1.42),
28+ libboost-program-options-dev (>= 1.42),
29+ libboost-system-dev (>= 1.42),
30+ libboost-thread-dev (>= 1.42),
31+ libboost-regex-dev,
32+ libboost-random-dev,
33+ libboost-iostreams-dev (>= 1.42),
34+ libboost-python-dev,
35 libcurl4-gnutls-dev,
36 libexpat1-dev,
37 libfcgi-dev,
38--
392.1.4
40