Browse Source

ncurses: fixed some broken compatibility symlinks

tc-work-musl-mess
Nagy Károly Gábriel 8 years ago
parent
commit
f99f53755f
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      base/ncurses/ncurses.conf

+ 3
- 1
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

Loading…
Cancel
Save