[oe-commits] Enrico Scholz : ncurses: set --with-ticlib for widec libs too

git version control git at git.openembedded.org
Sun Aug 29 19:54:48 UTC 2010


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

Author: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
Date:   Sun Aug 29 18:42:08 2010 +0200

ncurses: set --with-ticlib for widec libs too

It was used for narrow lib and there are no reasons why it should not be
set for widec tool.  Noticed by Eric Benard.

Signed-off-by: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>

---

 recipes/ncurses/ncurses_5.7.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb
index 2bf0a2f..10cc311 100644
--- a/recipes/ncurses/ncurses_5.7.bb
+++ b/recipes/ncurses/ncurses_5.7.bb
@@ -39,7 +39,7 @@ ENABLE_WIDEC_virtclass-native = "false"
 # is not available so that the shipped script will be used.
 do_configure() {
         for i in \
-        'narrowc --with-ticlib' \
+        'narrowc' \
         'widec   --enable-widec --without-progs'; do
                 set -- $i
                 mkdir -p $1
@@ -58,6 +58,7 @@ do_configure() {
                         --with-shared \
                         --disable-big-core \
                         --program-prefix= \
+                        --with-ticlib \
                         --with-termlib=tinfo \
                         --enable-sigwinch \
                         --enable-pc-files \





More information about the Openembedded-commits mailing list