# fss-0002

main:
  ./configure $CONF $ST_ONLY --without-normal --without-debug --without-ada --enable-overwrite --with-shared --enable-colorfgbg --enable-symlinks --enable-ext-mouse --with-termlib --without-gpm --disable-rpath --without-dlsym --disable-assertions --enable-widec --enable-ext-colors --with-pthread --enable-reentrant
  sed -i -e '/-@rm -f %s $(DESTDIR)$(libdir)\/libncurses.so.$(REL_VERSION)/d' ncurses/Makefile
  sed -i -e '/-@rm -f %s $(DESTDIR)$(libdir)\/libtinfo.so.$(REL_VERSION)/d' ncurses/Makefile
  make
  make install
  chmod +x ${TO}lib/*.so
  #rm -Rf ${TO}lib/libncurses*.a
