aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ncurses
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-11-05 21:39:49 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-11-05 21:39:49 +0000
commit3cc58ee2730aa609723ec700534cff94e6d231ec (patch)
tree6d95260244b90a7d38bd4af27177693573a8161e /recipes/ncurses
parent11f33f70f6331e838d312d7676ff05c3666707d6 (diff)
downloadopenembedded-3cc58ee2730aa609723ec700534cff94e6d231ec.tar.gz
ncurses: Always use --enable-static to work-around possible linking problems.
Diffstat (limited to 'recipes/ncurses')
-rw-r--r--recipes/ncurses/ncurses.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ncurses/ncurses.inc b/recipes/ncurses/ncurses.inc
index 76a8ff0c3c..344c82072f 100644
--- a/recipes/ncurses/ncurses.inc
+++ b/recipes/ncurses/ncurses.inc
@@ -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 \