1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 05:18:14 +02:00

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@pm.me>
Link: https://github.com/openwrt/openwrt/pull/15690
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Michael Pratt 2024-06-14 03:58:19 -04:00 committed by Robert Marko
parent f560588b05
commit c24c3da00b

@ -25,6 +25,7 @@ export GNULIB_SRCDIR:=$(HOST_GNULIB_SRCDIR)
HOST_GNULIB_SKIP := \ HOST_GNULIB_SKIP := \
lib/nstrftime.c \ lib/nstrftime.c \
lib/fprintftime.c \ lib/fprintftime.c \
lib/fcntl.in.h \
lib/locale.in.h lib/locale.in.h
HOST_CONFIGURE_ARGS += \ HOST_CONFIGURE_ARGS += \