[openwrt/openwrt] tools/coreutils: ignore gnulib changes to fcntl.h
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 19 02:22:29 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c24c3da00b2741b60a800891e1006fde3d9f76ae
commit c24c3da00b2741b60a800891e1006fde3d9f76ae
Author: Michael Pratt <mcpratt at pm.me>
AuthorDate: Fri Jun 14 03:58:19 2024 -0400
tools/coreutils: ignore gnulib changes to fcntl.h
As a side-effect to adding a gnulib module for posix_fallocate(),
there are changes to the input file for fcntl.h which
are not handled here since autoreconf is not ran.
Skip updating the fcntl.h header from gnulib
and use the version shipped with the release.
Signed-off-by: Michael Pratt <mcpratt at pm.me>
Link: https://github.com/openwrt/openwrt/pull/15690
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
tools/coreutils/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/coreutils/Makefile b/tools/coreutils/Makefile
index f55fdcc1b2..5ef780d7d2 100644
--- a/tools/coreutils/Makefile
+++ b/tools/coreutils/Makefile
@@ -25,6 +25,7 @@ export GNULIB_SRCDIR:=$(HOST_GNULIB_SRCDIR)
HOST_GNULIB_SKIP := \
lib/nstrftime.c \
lib/fprintftime.c \
+ lib/fcntl.in.h \
lib/locale.in.h
HOST_CONFIGURE_ARGS += \
More information about the lede-commits
mailing list