diff options
-rw-r--r-- | meta/recipes-devtools/m4/m4-1.4.19.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc index fcc9e58270..4b1f847664 100644 --- a/meta/recipes-devtools/m4/m4-1.4.19.inc +++ b/meta/recipes-devtools/m4/m4-1.4.19.inc | |||
@@ -30,6 +30,9 @@ EXTRA_OECONF += "--without-libsigsegv-prefix" | |||
30 | 30 | ||
31 | EXTRA_OEMAKE += "'infodir=${infodir}'" | 31 | EXTRA_OEMAKE += "'infodir=${infodir}'" |
32 | 32 | ||
33 | CFLAGS += "-std=gnu17" | ||
34 | BUILD_CFLAGS += "-std=gnu17" | ||
35 | |||
33 | do_compile_ptest() { | 36 | do_compile_ptest() { |
34 | cd ${B}/tests | 37 | cd ${B}/tests |
35 | sed -i '/^buildtest-TESTS: /c buildtest-TESTS: $(TESTS) $(check_LIBRARIES) $(check_PROGRAMS)' Makefile | 38 | sed -i '/^buildtest-TESTS: /c buildtest-TESTS: $(TESTS) $(check_LIBRARIES) $(check_PROGRAMS)' Makefile |