From 83c0e3404d30291ec449bafe8621584c735fb3b6 Mon Sep 17 00:00:00 2001 From: sin Date: Thu, 6 Mar 2014 13:15:49 +0000 Subject: [PATCH] Copy terminfo files to "$root/share" not "$libcroot/share" --- pkgs/ncurses | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/ncurses b/pkgs/ncurses index 724ac61..2fd9ced 100644 --- a/pkgs/ncurses +++ b/pkgs/ncurses @@ -4,7 +4,8 @@ url="$mirror/ncurses.tar.gz" build: crossmusl cd src/ncurses-$v cp $top/stuff/ncurses-fallback.c ncurses/fallback.c - CC="$CC -static" ./configure --prefix="$libcroot" --mandir="$root/share" --without-tests \ + CC="$CC -static" ./configure --prefix="$libcroot" --mandir="$root/share" \ + --datadir="$root/share" --without-tests \ --with-normal --enable-sigwinch --disable-nls --without-dlsym \ --without-cxx-binding --enable-widec \ --with-fallbacks="linux vt100 xterm xterm256-color"