]> code.ossystems Code Review - openembedded-core.git/commitdiff
rxvt-unicode: added fix from OE for building on systems where host ncurses != ncurses...
authorMarcin Juszkiewicz <hrw@openedhand.com>
Sat, 23 Feb 2008 00:41:25 +0000 (00:41 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Sat, 23 Feb 2008 00:41:25 +0000 (00:41 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3860 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb

index f4a4da1e8a9c4a8ae3688a751fd6c69c48ee9c35..bc821bc1a712282bf9910c9a42568a1585192625 100644 (file)
@@ -21,6 +21,10 @@ ALTERNATIVE_PATH = "${bindir}/rxvt"
 
 CFLAGS_append = " -fpermissive"
 
+# 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}"
+
 EXTRA_OECONF = "--enable-menubar --enable-xim \
                --enable-utmp --enable-wtmp --enable-lastlog \
                --disable-strings --with-term=rxvt --enable-keepscrolling \