mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
htop: tell which variant of ncurses to look for
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
committed by
Etienne Champetier
parent
82852a9f15
commit
dc0b480a73
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user