diff options
Diffstat (limited to 'package/htop/htop.mk')
-rw-r--r-- | package/htop/htop.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/package/htop/htop.mk b/package/htop/htop.mk index f07282ace6..15a56485c8 100644 --- a/package/htop/htop.mk +++ b/package/htop/htop.mk @@ -4,7 +4,7 @@ # ################################################################################ -HTOP_VERSION = 3.0.1 +HTOP_VERSION = 3.0.5 HTOP_SITE = https://dl.bintray.com/htop/source HTOP_DEPENDENCIES = ncurses # Prevent htop build system from searching the host paths @@ -18,11 +18,4 @@ else HTOP_CONF_OPTS += --disable-unicode endif -# ARC uses an old uClibc that needs dladdr() for backtrace support, -# which doesn't work for static only scenario, so as a workaround, we -# pretend that execinfo.h is not available. -ifeq ($(BR2_arc)$(BR2_STATIC_LIBS),yy) -HTOP_CONF_ENV += ac_cv_header_execinfo_h=no -endif - $(eval $(autotools-package)) |