From f99f53755ffcff1d9081dfd7a1c976fed43d327b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Wed, 4 May 2016 12:42:33 +0300 Subject: [PATCH] ncurses: fixed some broken compatibility symlinks --- base/ncurses/ncurses.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base/ncurses/ncurses.conf b/base/ncurses/ncurses.conf index f4a861071..925fa1db1 100644 --- a/base/ncurses/ncurses.conf +++ b/base/ncurses/ncurses.conf @@ -59,7 +59,7 @@ make_compat() { if atstage toolchain; then var_append confopt ' ' '--prefix=$root --without-debug --without-ada --enable-widec --enable-overwrite' else - var_append confopt ' ' '--without-debug --without-normal --enable-widec' + var_append confopt ' ' '--prefix=/$prefix --without-debug --without-normal --enable-widec --enable-overwrite' hook_add preconf 3 "ncurses_preconf" @@ -96,6 +96,8 @@ else else # generate separate terminfo library var_append extraconfopt " " "--with-termlib" + hook_add postmake 6 " \ + ln -svf libncurses.so $root/$libdir/libtermcap.so" fi # generate and install .pc files for pkg-config