]> git.proxmox.com Git - ceph.git/blame - patches/0002-build-with-system-boost.patch
rebase patches on top of v12.0.2
[ceph.git] / patches / 0002-build-with-system-boost.patch
CommitLineData
dfb65868 1From b56cf191f690b1ce3f1f0723fc09c634be6c81d8 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
dfb65868 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
dfb65868 15index f8fb811..3810602 100755
adde0671
FG
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
dfb65868
FG
23 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
24 NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
25 extraopts += -DBOOST_J=$(NUMJOBS)
adde0671
FG
26--
272.1.4
28