summaryrefslogtreecommitdiffstats
path: root/rules/ncurses.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ncurses.make')
-rw-r--r--rules/ncurses.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/ncurses.make b/rules/ncurses.make
index 5f4df91b1..719d48fd7 100644
--- a/rules/ncurses.make
+++ b/rules/ncurses.make
@@ -128,6 +128,9 @@ ifdef PTXCONF_NCURSES_WIDE_CHAR
echo "INPUT(-l$${lib}w)" > $(SYSROOT)/lib/lib$${lib}.so ; \
done
ln -sf libncurses++w.a $(SYSROOT)/lib/libncurses++.a
+
+ ln -sf -- "ncursesw$(NCURSES_MAJOR)-config" \
+ "$(PTXCONF_SYSROOT_CROSS)/bin/ncurses$(NCURSES_MAJOR)-config"
endif
@$(call touch)