We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3d7b9 commit ca8bf8fCopy full SHA for ca8bf8f
tools/testing/selftests/wireguard/qemu/Makefile
@@ -401,6 +401,7 @@ $(BASH_PATH)/.installed: $(BASH_TAR)
401
flock -s $<.lock tar -C $(BUILD_PATH) -xf $<
402
touch $@
403
404
+$(BASH_PATH)/bash: export CFLAGS_FOR_BUILD += -std=gnu17
405
$(BASH_PATH)/bash: | $(BASH_PATH)/.installed $(USERSPACE_DEPS)
406
cd $(BASH_PATH) && ./configure --prefix=/ $(CROSS_COMPILE_FLAG) --without-bash-malloc --disable-debugger --disable-help-builtin --disable-history --disable-progcomp --disable-readline --disable-mem-scramble
407
$(MAKE) -C $(BASH_PATH)
0 commit comments