[openwrt/openwrt] e2fsprogs: drop redundant patch for host build
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 23 08:03:02 PDT 2025
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c700f8fd8a3f4338615e1d35dc58451942014b0b
commit c700f8fd8a3f4338615e1d35dc58451942014b0b
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Oct 22 14:16:11 2025 +0200
e2fsprogs: drop redundant patch for host build
Drop redundant patch for host build as this has been fixed in 1.44.1
but for some reason it wasn't notice with the patch directly refreshed
(with the fix right up)
Fixes: 198172c04882 ("package/utils/e2fsprogs: update to 1.44.1")
Link: https://github.com/openwrt/openwrt/pull/20499
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch b/package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch
deleted file mode 100644
index 5c28a59b81..0000000000
--- a/package/utils/e2fsprogs/patches/002-fix-subst-host-build.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/util/subst.c
-+++ b/util/subst.c
-@@ -10,6 +10,7 @@
- #else
- #define HAVE_SYS_STAT_H
- #define HAVE_SYS_TIME_H
-+#define HAVE_SYS_STAT_H
- #endif
- #include <stdio.h>
- #include <errno.h>
More information about the lede-commits
mailing list