From fbfa9750a9b95ee04155ebcf8fb3986b38272634 Mon Sep 17 00:00:00 2001 From: Robert Bradford Date: Thu, 4 Oct 2007 13:58:17 +0000 Subject: Copy the fix for OE bug #2554 over to Poky from OE. (Necessary for building on at least OpenSUSE 10.3.) git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@2830 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/ncurses/ncurses.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/packages/ncurses/ncurses.inc b/meta/packages/ncurses/ncurses.inc index bc0bb4603c..1ff636b3ec 100644 --- a/meta/packages/ncurses/ncurses.inc +++ b/meta/packages/ncurses/ncurses.inc @@ -41,6 +41,10 @@ do_stage() { ln -sf libncurses.a ${STAGING_LIBDIR}/libtermcap.a } +# This is necessary so that the "tic" command executed during the install can +# link with the correct libary in staging. +export LD_LIBRARY_PATH = "${STAGING_LIBDIR_NATIVE}" + do_install() { autotools_do_install -- cgit v1.2.3-54-g00ecf