summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2017-09-07 16:40:21 -0700
committerPatrick McLean <chutzpah@gentoo.org>2017-09-07 16:40:21 -0700
commit7eea3cfaacc3251aaefa1fb0575927ded4036cfc (patch)
tree012901be0a4e5051556fce4c9dee280ec4397681 /sys-cluster/ceph/files
parentsys-cluster/ceph: Fix 10.2.9-r3 to respect CFLAGS (diff)
downloadgentoo-7eea3cfaacc3251aaefa1fb0575927ded4036cfc.tar.gz
gentoo-7eea3cfaacc3251aaefa1fb0575927ded4036cfc.tar.bz2
gentoo-7eea3cfaacc3251aaefa1fb0575927ded4036cfc.zip
sys-cluster/ceph: Clean out old versions
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-cluster/ceph/files')
-rw-r--r--sys-cluster/ceph/files/ceph-0.79-libzfs.patch13
-rw-r--r--sys-cluster/ceph/files/ceph-9.2.1-libxfs.patch28
2 files changed, 0 insertions, 41 deletions
diff --git a/sys-cluster/ceph/files/ceph-0.79-libzfs.patch b/sys-cluster/ceph/files/ceph-0.79-libzfs.patch
deleted file mode 100644
index 6d79c178d43e..000000000000
--- a/sys-cluster/ceph/files/ceph-0.79-libzfs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/os/Makefile.am b/src/os/Makefile.am
-index 252c678..c28ad0a 100644
---- a/src/os/Makefile.am
-+++ b/src/os/Makefile.am
-@@ -61,7 +61,7 @@ noinst_HEADERS += \
-
- if WITH_LIBZFS
- libos_zfs_a_SOURCES = os/ZFS.cc
--libos_zfs_a_CXXFLAGS = ${AM_CXXFLAGS} ${LIBZFS_CFLAGS}
-+libos_zfs_a_CXXFLAGS = ${AM_CXXFLAGS} ${LIBZFS_CFLAGS} -I/usr/include/libzfs -I/usr/include/libspl
- noinst_LIBRARIES += libos_zfs.a
- noinst_HEADERS += os/ZFS.h
- endif
diff --git a/sys-cluster/ceph/files/ceph-9.2.1-libxfs.patch b/sys-cluster/ceph/files/ceph-9.2.1-libxfs.patch
deleted file mode 100644
index 85515be36531..000000000000
--- a/sys-cluster/ceph/files/ceph-9.2.1-libxfs.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 602425abd5cef741fc1b5d4d1dd70c68e153fc8d Mon Sep 17 00:00:00 2001
-From: Ira Cooper <ira@redhat.com>
-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 <ira@redhat.com>
----
- 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
-