]> git.proxmox.com Git - ceph.git/blame - patches/0002-build-with-system-boost.patch
add subtree-ish sources for 12.0.3
[ceph.git] / patches / 0002-build-with-system-boost.patch
CommitLineData
90bff8c2 1From 22302166a96657850a29aed838a44774e7de13ec 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
5dace8f8 4Subject: [PATCH 2/6] 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