]> git.proxmox.com Git - ceph.git/blame - patches/0002-build-with-system-boost.patch
fix IPv6 monitor creation bug
[ceph.git] / patches / 0002-build-with-system-boost.patch
CommitLineData
810574b0 1From 97f2e218d7978619617563afe313d5db717b63fd Mon Sep 17 00:00:00 2001
adde0671
FG
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Mon, 20 Mar 2017 09:16:06 +0100
de0f4f9e 4Subject: [PATCH 2/5] build with system boost
adde0671
FG
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10---
11 debian/rules | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/debian/rules b/debian/rules
15index 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--
272.1.4
28