mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 23:02:30 +02:00
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. (From OE-Core rev: 974ddd2f99be04f44978c1bce054ed75c9367631) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -66,7 +66,6 @@ ncurses_configure() {
|
||||
cd $1
|
||||
shift
|
||||
oe_runconf \
|
||||
--disable-static \
|
||||
--without-debug \
|
||||
--without-ada \
|
||||
--without-gpm \
|
||||
|
||||
Reference in New Issue
Block a user