From: Richard Purdie Date: Fri, 7 Apr 2017 14:54:12 +0000 (+0100) Subject: ncurses: Drop incorrect option X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21700 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=974ddd2f99be04f44978c1bce054ed75c9367631;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ncurses: Drop incorrect option The --disable-static option doesn't exist in ncurses. Its equivalent is --without-normal so remove the option which does nothing. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 3f4bf67aa92..8990b0f5eff 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -66,7 +66,6 @@ ncurses_configure() { cd $1 shift oe_runconf \ - --disable-static \ --without-debug \ --without-ada \ --without-gpm \