From: Ariel Xiong Date: Sun, 25 May 2025 14:19:54 +0000 (+0800) Subject: bash: add CFLAGS_FOR_BUILD="-std=gnu17" flag X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=dab90ec210a772251266607c750d07117a000846;p=openwrt-packages.git bash: add CFLAGS_FOR_BUILD="-std=gnu17" flag Fix #26469 add CFLAGS_FOR_BUILD="-std=gnu17" flag Signed-off-by: Ariel Xiong --- diff --git a/utils/bash/Makefile b/utils/bash/Makefile index 9d992dc2b..61aca94a4 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -68,6 +68,7 @@ CONFIGURE_VARS += \ bash_cv_job_control_missing=present \ bash_cv_dev_fd=whacky \ bash_cv_sys_named_pipes=present \ + CFLAGS_FOR_BUILD="-std=gnu17" \ # The following are some other tests that cannot run when cross-compiling CONFIGURE_VARS += \