summaryrefslogtreecommitdiff
path: root/sys-fs/xfsdump/files/xfsdump-3.1.9-skip-inventory-debian-subfolder.patch
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-02-14 14:47:44 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-02-14 14:55:09 +0100
commit4995538f727b3fbea1b4628b72159c34e78598a1 (patch)
tree6f33cb887151f8561a71fdf7579fe850db58c519 /sys-fs/xfsdump/files/xfsdump-3.1.9-skip-inventory-debian-subfolder.patch
parent67754a0aff73df82a67081cdff74d7a6e39cfa29 (diff)
downloadgentoo-4995538f727b3fbea1b4628b72159c34e78598a1.tar.gz
gentoo-4995538f727b3fbea1b4628b72159c34e78598a1.tar.bz2
gentoo-4995538f727b3fbea1b4628b72159c34e78598a1.zip
sys-fs/xfsdump: bump to v3.1.9
Closes: https://bugs.gentoo.org/693296 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-fs/xfsdump/files/xfsdump-3.1.9-skip-inventory-debian-subfolder.patch')
-rw-r--r--sys-fs/xfsdump/files/xfsdump-3.1.9-skip-inventory-debian-subfolder.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-fs/xfsdump/files/xfsdump-3.1.9-skip-inventory-debian-subfolder.patch b/sys-fs/xfsdump/files/xfsdump-3.1.9-skip-inventory-debian-subfolder.patch
new file mode 100644
index 000000000000..643495faa714
--- /dev/null
+++ b/sys-fs/xfsdump/files/xfsdump-3.1.9-skip-inventory-debian-subfolder.patch
@@ -0,0 +1,18 @@
+Do not build inventory/ subdirectory.
+Bug: https://bugs.gentoo.org/692972
+Upstream report: https://www.spinics.net/lists/linux-xfs/msg36884.html
+
+
+Do not build debian/ subdirectory.
+
+--- a/Makefile
++++ b/Makefile
+@@ -42,7 +42,7 @@ LDIRT += $(SRCTAR)
+ endif
+
+ LIB_SUBDIRS = librmt
+-TOOL_SUBDIRS = common inventory invutil dump restore m4 man doc po debian
++TOOL_SUBDIRS = common invutil dump restore m4 man doc po
+
+ SUBDIRS = include $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
+