derle.sh 265 B

1234567891011
  1. sed -i '/MV.*old/d' Makefile.in
  2. sed -i '/{OLDSUFF}/c:' support/shlib-install
  3. CFLAGS="$CFLAGS -fPIC"
  4. ./configure --prefix=/usr \
  5. --disable-static
  6. toollib=""
  7. [ -d /tools ] && toollib="-L/tools/lib"
  8. make SHLIB_LIBS="$toollib -lncursesw"
  9. #make SHLIB_LIBS="-lncursesw"