coreutils: Fix gcc14 compilation via std=c17
authorHannu Nyman <redacted>
Wed, 30 Apr 2025 05:18:21 +0000 (08:18 +0300)
committerHannu Nyman <redacted>
Wed, 30 Apr 2025 06:25:13 +0000 (09:25 +0300)
commit02c134e2bae98c3c1a184667684d19300ad41db7
tree7d7cb45cdab56394a6936e2b7b1501472e222d78
parent5402f8eea16e9651cecf6a238c73a477c2832c9a
coreutils: Fix gcc14 compilation via std=c17

Fix compilation with gcc 14 by applying the -std=c17 flag, as suggested
by lededev in https://github.com/openwrt/packages/commit/2d3f68cc8c165b1fa01308f566394cbd7d06766f#commitcomment-153860241
(also -c23 seems to work ok with gcc14, but that seems to break gcc13)

Remove the previous autoreconf fix attempt.

Signed-off-by: Hannu Nyman <redacted>
utils/coreutils/Makefile
git clone https://git.99rst.org/PROJECT