mirror of
https://github.com/openwrt/packages.git
synced 2026-06-19 16:40:29 +04:00
02c134e2ba
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 <hannu.nyman@iki.fi>