diff options
author | Chris Larson <clarson@mvista.com> | 2009-08-20 08:41:55 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-08-20 08:41:55 -0700 |
commit | ba43e918025a32e94934e825ec56b7e109a90a90 (patch) | |
tree | a54346eb9d0a285400f4ef6d8b1f0a9ec5737b95 /recipes/ncurses | |
parent | de8bab6aedd500e656011a7c03b4c9fe389a2b83 (diff) |
Revert "ncurses: don't use libtool."
This reverts commit f9b6fb8272850ebb1a001f6f055df8a3c74733fd.
Apparently the change to not use libtool causes failures on some machines, but
not others. Will investigate further.
Diffstat (limited to 'recipes/ncurses')
-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 2d98a3046d..76a8ff0c3c 100644 --- a/recipes/ncurses/ncurses.inc +++ b/recipes/ncurses/ncurses.inc @@ -12,6 +12,7 @@ FILESPATH = "${FILE_DIRNAME}/local:${FILE_DIRNAME}/ncurses-${PV}-${PR}:${FILE_DI EXTRA_OECONF = "\ --with-shared \ + --with-libtool \ --without-profile \ --without-debug \ --disable-rpath \ |