summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 5f2cc35823..b7bf4c0d81 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -87,6 +87,7 @@ ncurses_configure() {
87 --disable-rpath-hack \ 87 --disable-rpath-hack \
88 ${EXCONFIG_ARGS} \ 88 ${EXCONFIG_ARGS} \
89 --with-manpage-format=normal \ 89 --with-manpage-format=normal \
90 --without-manpage-renames \
90 --disable-stripping \ 91 --disable-stripping \
91 "$@" || return 1 92 "$@" || return 1
92 cd .. 93 cd ..