]> git.proxmox.com Git - ceph.git/blob - 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
1 From 13ff68ad79668008e637bf75e83ace835248e8e8 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Wed, 29 Mar 2017 09:10:54 +0200
4 Subject: [PATCH 6/6] Revert "debian: drop boost build dependencies"
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 we build with system boost currently, so those are actually
10 valid for us.
11
12 This reverts commit 0d43b76268a41989dc0e285bfcf78b9f98386aaf.
13
14 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
15 ---
16 debian/control | 8 ++++++++
17 1 file changed, 8 insertions(+)
18
19 diff --git a/debian/control b/debian/control
20 index 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 --
39 2.1.4
40