Skip to content
Snippets Groups Projects
Commit da3e1ae3 authored by Robert Marko's avatar Robert Marko
Browse files

tools: e2fsprogs: pass --with-crond-dir=no instead of patching

Currently, e2fsprogs is being patched to avoid detecting host crond, but
instead of doing that we can simply pass --with-crond-dir=no as an
argument and drop the patch.

Link: https://github.com/openwrt/openwrt/pull/16500


Signed-off-by: default avatarRobert Marko <robimarko@gmail.com>
parent 81527817
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ HOST_CONFIGURE_ARGS += \
--disable-tls \
--disable-nls \
--enable-threads=pth \
--disable-fuse2fs
--disable-fuse2fs \
--with-crond-dir=no
define Host/Prepare
$(call Host/Prepare/Default)
......
--- a/configure
+++ b/configure
@@ -15259,7 +15259,7 @@ then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${crond_dir}" >&5
printf "%s\n" "${crond_dir}" >&6; }
- have_crond="yes"
+ have_crond="no"; with_crond_dir=""
else $as_nop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment