commit:     3136c76f780e6102b2e55598d85861808cc4abb7
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 10:52:37 2016 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 10:55:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3136c76f

sys-cluster/ceph: fix missing xfs header err when USE=xfs enabled

Gentoo-Bug: 585988

Package-Manager: portage-2.3.0_rc1

 sys-cluster/ceph/ceph-9.2.1-r1.ebuild          |  1 +
 sys-cluster/ceph/files/ceph-9.2.1-libxfs.patch | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/sys-cluster/ceph/ceph-9.2.1-r1.ebuild 
b/sys-cluster/ceph/ceph-9.2.1-r1.ebuild
index 53f3e9c..494094e 100644
--- a/sys-cluster/ceph/ceph-9.2.1-r1.ebuild
+++ b/sys-cluster/ceph/ceph-9.2.1-r1.ebuild
@@ -74,6 +74,7 @@ STRIP_MASK="/usr/lib*/rados-classes/*"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-0.79-libzfs.patch
+       "${FILESDIR}"/${P}-libxfs.patch
 )
 
 check-reqs_export_vars() {

diff --git a/sys-cluster/ceph/files/ceph-9.2.1-libxfs.patch 
b/sys-cluster/ceph/files/ceph-9.2.1-libxfs.patch
new file mode 100644
index 0000000..85515be
--- /dev/null
+++ b/sys-cluster/ceph/files/ceph-9.2.1-libxfs.patch
@@ -0,0 +1,28 @@
+From 602425abd5cef741fc1b5d4d1dd70c68e153fc8d Mon Sep 17 00:00:00 2001
+From: Ira Cooper <[email protected]>
+Date: Thu, 31 Mar 2016 12:30:45 -0400
+Subject: [PATCH] configure: Add -D_LARGEFILE64_SOURCE to Linux build.
+
+Without -D_LARGEFILE64_SOURCE we can't build against libxfs,
+because off64_t must be defined.
+
+Signed-off-by: Ira Cooper <[email protected]>
+---
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.ac b/configure.ac
+index 48a7fc2..610c40b 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -63,6 +63,7 @@ darwin*)
+       ;;
+ linux*)
+       linux="yes"
++      CFLAGS="-D_LARGEFILE64_SOURCE ${CFLAGS}"
+       ;;
+ freebsd*)
+       freebsd="yes"
+-- 
+2.8.4
+

Reply via email to