]> git.proxmox.com Git - ceph.git/blob - patches/0002-build-with-system-boost.patch
fix IPv6 monitor creation bug
[ceph.git] / patches / 0002-build-with-system-boost.patch
1 From 97f2e218d7978619617563afe313d5db717b63fd Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Mon, 20 Mar 2017 09:16:06 +0100
4 Subject: [PATCH 2/5] build with system boost
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 ---
11 debian/rules | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/debian/rules b/debian/rules
15 index d529fdc..61efec4 100755
16 --- a/debian/rules
17 +++ b/debian/rules
18 @@ -11,6 +11,7 @@ extraopts += -DWITH_CEPHFS_JAVA=ON
19 extraopts += -DCMAKE_INSTALL_LIBDIR=/usr/lib
20 extraopts += -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib
21 extraopts += -DCMAKE_INSTALL_SYSCONFDIR=/etc
22 +extraopts += -DWITH_SYSTEM_BOOST=ON
23
24 ifeq ($(DEB_HOST_ARCH), armel)
25 # armel supports ARMv4t or above instructions sets.
26 --
27 2.1.4
28