]> code.ossystems Code Review - openembedded-core.git/commitdiff
Copy the fix for OE bug #2554 over to Poky from OE. (Necessary for building on
authorRobert Bradford <rob@openedhand.com>
Thu, 4 Oct 2007 13:38:13 +0000 (13:38 +0000)
committerRobert Bradford <rob@openedhand.com>
Thu, 4 Oct 2007 13:38:13 +0000 (13:38 +0000)
at least OpenSUSE 10.3.)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2829 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/ncurses/ncurses.inc

index bc0bb4603ce4f5590e2987e303e330b309130f3c..1ff636b3ec91336c05c629853c830fb6badd86f9 100644 (file)
@@ -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