mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
bash: add CFLAGS_FOR_BUILD="-std=gnu17" flag
Fix #26469 add CFLAGS_FOR_BUILD="-std=gnu17" flag Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
This commit is contained in:
committed by
Robert Marko
parent
ca2b5ea51f
commit
dab90ec210
@@ -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 += \
|
||||
|
||||
Reference in New Issue
Block a user