From 35ab2914795b4a2d9a31b244fa7fb8f1b53065a6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 28 May 2011 14:06:49 +0200 Subject: [PATCH] ncurses: build static libs too Signed-off-by: Stephan Raue --- packages/devel/ncurses/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devel/ncurses/build b/packages/devel/ncurses/build index 61c618bb51..f7e11e11f5 100755 --- a/packages/devel/ncurses/build +++ b/packages/devel/ncurses/build @@ -58,7 +58,7 @@ cd $PKG_BUILD --without-ada \ --without-progs \ --with-shared \ - --without-normal \ + --with-normal \ --without-debug \ --without-profile \ --with-termlib \