mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
gcc15 is using iso9899:2024 by default. ccrypt fails to compile with it. --> use previous standard "-std=c17" instead. Ref.: https://github.com/openwrt/packages/issues/27112 Signed-off-by: Ulrich Stark <pwned-pixel@posteo.de>