diff options
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 3b72f3efdd..5ef735fcf8 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -30,6 +30,10 @@ ENABLE_WIDEC ?= "true" | |||
30 | # _GNU_SOURCE is required for widec stuff and is not detected automatically | 30 | # _GNU_SOURCE is required for widec stuff and is not detected automatically |
31 | CPPFLAGS += "-D_GNU_SOURCE" | 31 | CPPFLAGS += "-D_GNU_SOURCE" |
32 | 32 | ||
33 | # Check if we still need it when next release (6.6) happens | ||
34 | CFLAGS += "-std=gnu17" | ||
35 | BUILD_CFLAGS += "-std=gnu17" | ||
36 | |||
33 | # natives don't generally look in base_libdir | 37 | # natives don't generally look in base_libdir |
34 | base_libdir:class-native = "${libdir}" | 38 | base_libdir:class-native = "${libdir}" |
35 | 39 | ||