summaryrefslogtreecommitdiffstats
path: root/rules/ncurses.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ncurses.make')
-rw-r--r--rules/ncurses.make8
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/ncurses.make b/rules/ncurses.make
index 7b2873c36..d55fda969 100644
--- a/rules/ncurses.make
+++ b/rules/ncurses.make
@@ -35,8 +35,9 @@ $(NCURSES_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-NCURSES_PATH := PATH=$(CROSS_PATH)
-NCURSES_ENV := $(CROSS_ENV)
+NCURSES_ENV := \
+ $(CROSS_ENV) \
+ TIC_PATH="$(PTXCONF_SYSROOT_HOST)/bin/tic"
NCURSES_AUTOCONF_SHARED := \
--disable-echo \
@@ -86,7 +87,8 @@ endif
NCURSES_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
- $(NCURSES_AUTOCONF_SHARED)
+ $(NCURSES_AUTOCONF_SHARED) \
+ --without-progs
# ----------------------------------------------------------------------------
# Install