diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-23 00:41:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-23 00:41:25 +0000 |
commit | 445f3b4c605c4112edf503ef8956d423c4f0a983 (patch) | |
tree | 2e669d7509d99573610ba634f86a7714642aa052 /meta/packages/rxvt-unicode | |
parent | 36ed211c35abf9eb5f90ecef6fa57165117b28e9 (diff) | |
download | poky-445f3b4c605c4112edf503ef8956d423c4f0a983.tar.gz |
rxvt-unicode: added fix from OE for building on systems where host ncurses != ncurses-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3860 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/rxvt-unicode')
-rw-r--r-- | meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb b/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb index f4a4da1e8a..bc821bc1a7 100644 --- a/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb +++ b/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb | |||
@@ -21,6 +21,10 @@ ALTERNATIVE_PATH = "${bindir}/rxvt" | |||
21 | 21 | ||
22 | CFLAGS_append = " -fpermissive" | 22 | CFLAGS_append = " -fpermissive" |
23 | 23 | ||
24 | # This is necessary so that the "tic" command executed during the install can | ||
25 | # link with the correct libary in staging. | ||
26 | export LD_LIBRARY_PATH = "${STAGING_LIBDIR_NATIVE}" | ||
27 | |||
24 | EXTRA_OECONF = "--enable-menubar --enable-xim \ | 28 | EXTRA_OECONF = "--enable-menubar --enable-xim \ |
25 | --enable-utmp --enable-wtmp --enable-lastlog \ | 29 | --enable-utmp --enable-wtmp --enable-lastlog \ |
26 | --disable-strings --with-term=rxvt --enable-keepscrolling \ | 30 | --disable-strings --with-term=rxvt --enable-keepscrolling \ |