From: Jo-Philipp Wich Date: Sat, 21 Jan 2012 15:49:20 +0000 (+0000) Subject: [packages] htop: disable unicode to remove libncursesw requirement X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6a561382cb9a4d6b40787be51a3660c82e4edd07;p=openwrt%2Fsvn-archive%2Farchive.git [packages] htop: disable unicode to remove libncursesw requirement SVN-Revision: 29840 --- diff --git a/admin/htop/Makefile b/admin/htop/Makefile index fa78f0b0ca..da14404641 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=htop PKG_VERSION:=1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) @@ -36,6 +36,7 @@ endef CONFIGURE_ARGS += \ --disable-native-affinity \ + --disable-unicode \ --enable-hwloc CONFIGURE_VARS += \