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