mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00: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>