summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Bradford <rob@openedhand.com>2007-10-04 13:58:17 +0000
committerRobert Bradford <rob@openedhand.com>2007-10-04 13:58:17 +0000
commitfbfa9750a9b95ee04155ebcf8fb3986b38272634 (patch)
tree2f612a3bae5fab17f73628d5210e98e609bee6ad
parent76d5cdc3e0f7843bc4009383a390faf143e1c4c5 (diff)
downloadpoky-fbfa9750a9b95ee04155ebcf8fb3986b38272634.tar.gz
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
-rw-r--r--meta/packages/ncurses/ncurses.inc4
1 files changed, 4 insertions, 0 deletions
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() {
41 ln -sf libncurses.a ${STAGING_LIBDIR}/libtermcap.a 41 ln -sf libncurses.a ${STAGING_LIBDIR}/libtermcap.a
42} 42}
43 43
44# This is necessary so that the "tic" command executed during the install can
45# link with the correct libary in staging.
46export LD_LIBRARY_PATH = "${STAGING_LIBDIR_NATIVE}"
47
44do_install() { 48do_install() {
45 autotools_do_install 49 autotools_do_install
46 50