enable LZ4 support

This commit is contained in:
Fabian Grünbichler 2017-12-04 10:29:16 +01:00
parent 8045dd35b5
commit fcdcc6ffa0
2 changed files with 44 additions and 3 deletions

View File

@ -0,0 +1,41 @@
From 29003f6e13fc3c50b0253be02c64107c36726898 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
Date: Wed, 15 Nov 2017 10:51:08 +0100
Subject: [PATCH 4/6] enable LZ4 support
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
---
debian/control | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/control b/debian/control
index 79bef9bfb3..e363e436b6 100644
--- a/debian/control
+++ b/debian/control
@@ -38,6 +38,7 @@ Build-Depends: bc,
libldap2-dev,
libleveldb-dev,
liblttng-ust-dev,
+ liblz4-dev,
libnss3-dev,
libsnappy-dev,
libssl-dev,
diff --git a/debian/rules b/debian/rules
index 641a409831..0308d33d4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
extraopts += -DUSE_CRYPTOPP=OFF -DWITH_OCF=ON -DWITH_LTTNG=ON -DWITH_PYTHON3=ON -DWITH_EMBEDDED=OFF
extraopts += -DWITH_CEPHFS_JAVA=ON
+extraopts += -DWITH_LZ4=ON
# assumes that ceph is exmpt from multiarch support, so we override the libdir.
extraopts += -DCMAKE_INSTALL_LIBDIR=/usr/lib
extraopts += -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib
--
2.14.2

View File

@ -1,7 +1,7 @@
From 4f6ca990a8ea08893ed6f8a8a679246b2bd5132e Mon Sep 17 00:00:00 2001
From 166210c6005403d06e221db9bc97f70a6a43df5e Mon Sep 17 00:00:00 2001
From: Vasily Philipov <vasilyf@mellanox.com>
Date: Tue, 3 Oct 2017 12:15:13 +0300
Subject: [PATCH 4/6] msg/async/rdma: uninitialized variable fix
Subject: [PATCH 5/6] msg/async/rdma: uninitialized variable fix
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@ -30,5 +30,5 @@ index 37e1a53077..06f514fe24 100644
#ifdef HAVE_IBV_EXP
union ibv_gid cgid;
--
2.14.1
2.14.2