[oe-issues] [Bug 2807] rxvt-unicode fail compile terminfo
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Aug 24 13:42:26 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2807
--- Comment #2 from Alessandro GARDICH <gremlin at gremlin.it> 2007-08-24 06:42:26 ---
adding in rxvt-unicode_7.9.bb the lines on prev comment resolv !!!
--- packages/rxvt-unicode/rxvt-unicode_7.9.bb
ce13b2bc186b619fe7cb9b03cb1ab9fc5f27c115
+++ packages/rxvt-unicode/rxvt-unicode_7.9.bb
d93ab87c69d7b4ff64e1f188a3f0d7f4339be982
@@ -13,7 +13,7 @@ SRC_URI = "http://dist.schmorp.de/rxvt-u
SRC_URI =
"http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \
file://xwc.patch;patch=1 \
file://signedchar.patch;patch=1"
-PR = "r0"
+PR = "r0g0"
inherit autotools update-alternatives
@@ -23,6 +23,10 @@ CFLAGS_append = " -fpermissive"
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 \
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list