diff --git a/admin/htop/Makefile b/admin/htop/Makefile index 118531643e..8a53fb5dd3 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=htop PKG_VERSION:=3.4.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/htop-dev/htop/tar.gz/$(PKG_VERSION)? @@ -63,7 +63,8 @@ CONFIGURE_ARGS += \ --disable-delayacct \ --disable-unicode \ --disable-unwind \ - --disable-hwloc + --disable-hwloc \ + --with-curses=ncursesw CONFIGURE_VARS += \ ac_cv_file__proc_stat=yes \