summaryrefslogtreecommitdiffstats
path: root/meta/packages/ncurses/ncurses.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/ncurses/ncurses.inc')
-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