sys-fs/f2fs-tools: fix bug #649168 in 1.10.0
authorAnthony G. Basile <blueness@gentoo.org>
Tue, 6 Mar 2018 08:33:51 +0000 (03:33 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Tue, 6 Mar 2018 08:34:12 +0000 (03:34 -0500)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild
sys-fs/f2fs-tools/files/f2fs-tools-1.10.0-fibmap-include-config_h.patch [new file with mode: 0644]

index 94561df90d65e756ea375f8a762e1bdcf100477b..6d2be3599a8dc85cf220483dc5cd5b97795917b6 100644 (file)
@@ -17,6 +17,8 @@ RDEPEND="
        selinux? ( sys-libs/libselinux )"
 DEPEND="$RDEPEND"
 
+PATCHES=( "${FILESDIR}"/${P}-fibmap-include-config_h.patch )
+
 src_configure() {
        #This is required to install to /sbin, bug #481110
        econf \
diff --git a/sys-fs/f2fs-tools/files/f2fs-tools-1.10.0-fibmap-include-config_h.patch b/sys-fs/f2fs-tools/files/f2fs-tools-1.10.0-fibmap-include-config_h.patch
new file mode 100644 (file)
index 0000000..df57412
--- /dev/null
@@ -0,0 +1,15 @@
+See https://bugs.gentoo.org/649168
+
+Patch by: Matt Whitlock <gentoo@mattwhitlock.name>
+
+diff -Naur a/tools/fibmap.c b/tools/fibmap.c
+--- a/tools/fibmap.c   2018-03-01 00:09:24.861919778 +0000
++++ b/tools/fibmap.c   2018-03-01 17:31:48.854604556 +0000
+@@ -15,6 +15,7 @@
+ #ifndef O_LARGEFILE
+ #define O_LARGEFILE 0
+ #endif
++#include "config.h"
+ #include <unistd.h>
+ #include <string.h>
+ #include <stdlib.h>