summaryrefslogtreecommitdiff
path: root/package/utils/f2fs-tools/Makefile
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-08-24 09:23:32 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2017-09-03 10:14:09 +0300
commit707a4b459d2a05f309691166c6f1fc4f6e58a6c8 (patch)
tree25e3f678f52f3b9a17611095c4fdf5c49a4254e3 /package/utils/f2fs-tools/Makefile
parentbd29aa1ba1f2c72c3ad9f6a1d3379e04991c1537 (diff)
downloadmtk-20170518-707a4b459d2a05f309691166c6f1fc4f6e58a6c8.zip
mtk-20170518-707a4b459d2a05f309691166c6f1fc4f6e58a6c8.tar.gz
mtk-20170518-707a4b459d2a05f309691166c6f1fc4f6e58a6c8.tar.bz2
f2fs-tools: drop patch in favour of CONFIGURE_VARS
Override the failing check in configure with CONFIGURE_VARS instead of carrying a patch that's unlikely to be accepted by upstream. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: John Crispin <john@phrozen.org> (cherry picked from commit d87f27af54e7c122c8f320f7266dd5061bb47a8b)
Diffstat (limited to 'package/utils/f2fs-tools/Makefile')
-rw-r--r--package/utils/f2fs-tools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/utils/f2fs-tools/Makefile b/package/utils/f2fs-tools/Makefile
index 4ef751a..5cef40a 100644
--- a/package/utils/f2fs-tools/Makefile
+++ b/package/utils/f2fs-tools/Makefile
@@ -59,6 +59,9 @@ endef
CONFIGURE_ARGS += \
--without-selinux
+CONFIGURE_VARS += \
+ ac_cv_file__git=no
+
define Package/libf2fs/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) \