diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-11-05 21:39:49 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-11-05 21:39:49 +0000 |
commit | 3cc58ee2730aa609723ec700534cff94e6d231ec (patch) | |
tree | 6d95260244b90a7d38bd4af27177693573a8161e /recipes | |
parent | 11f33f70f6331e838d312d7676ff05c3666707d6 (diff) |
ncurses: Always use --enable-static to work-around possible linking problems.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ncurses/ncurses.inc | 1 |
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 \ |