commit 83c0e3404d30291ec449bafe8621584c735fb3b6
parent bc89f5ce88680e89e9e413043554b55a6ff8567b
Author: sin <sin@2f30.org>
Date: Thu, 6 Mar 2014 13:15:49 +0000
Copy terminfo files to "$root/share" not "$libcroot/share"
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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" </dev/ptmx