[oe-commits] Stanislav Brabec : ncurses: Always use --enable-static to work-around possible linking problems.

git version control git at git.openembedded.org
Thu Nov 5 21:40:23 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3cc58ee2730aa609723ec700534cff94e6d231ec
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3cc58ee2730aa609723ec700534cff94e6d231ec

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Thu Nov  5 21:39:49 2009 +0000

ncurses: Always use --enable-static to work-around possible linking problems.

---

 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 76a8ff0..344c820 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 \





More information about the Openembedded-commits mailing list