ncurses: Always use --enable-static to work-around possible linking problems.
authorStanislav Brabec <utx@penguin.cz>
Thu, 5 Nov 2009 21:39:49 +0000 (21:39 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Thu, 5 Nov 2009 21:39:49 +0000 (21:39 +0000)
recipes/ncurses/ncurses.inc

index 76a8ff0..344c820 100644 (file)
@@ -11,6 +11,7 @@ PARALLEL_MAKE=""
 FILESPATH = "${FILE_DIRNAME}/local:${FILE_DIRNAME}/ncurses-${PV}-${PR}:${FILE_DIRNAME}/ncurses-${PV}:${FILE_DIRNAME}/ncurses:${FILE_DIRNAME}"
 
 EXTRA_OECONF = "\
+  --enable-static \
   --with-shared \
   --with-libtool \
   --without-profile \