Skip to content

Commit

Permalink
f2fs-tools: drop patch in favour of CONFIGURE_VARS
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: John Crispin <[email protected]>
(cherry picked from commit d87f27a)
  • Loading branch information
stintel committed Sep 3, 2017
1 parent bd29aa1 commit 707a4b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
3 changes: 3 additions & 0 deletions package/utils/f2fs-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
19 changes: 0 additions & 19 deletions package/utils/f2fs-tools/patches/001-compile.patch

This file was deleted.

0 comments on commit 707a4b4

Please sign in to comment.