summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-04-01 06:12:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-04-13 08:15:31 +0200
commit9df3f158bc3f5ad2cb80657dd53fa3df239b8b9d (patch)
tree8f0d9b3131821455bf8edb53dc4c04bdc988ebac /package
parente6dab11f9393e3ea507e9c410b67945bfad7f640 (diff)
e2fsprogs: fix hostbuild
Diffstat (limited to 'package')
-rw-r--r--package/e2fsprogs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index bbad29cf0..3e565c647 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -54,7 +54,8 @@ HOST_CONFIGURE_ARGS+= --disable-rpath \
--disable-nls \
--disable-uuidd \
--disable-defrag \
- --disable-debugfs
+ --disable-debugfs \
+ --with-crond-dir="$(STAGING_HOST_DIR)/etc"
ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y)
CONFIGURE_ARGS+= --disable-elf-shlibs