From c24c3da00b2741b60a800891e1006fde3d9f76ae Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 14 Jun 2024 03:58:19 -0400 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/15690 Signed-off-by: Robert Marko --- 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 += \ -- 2.30.2