[packages] htop: disable unicode to remove libncursesw requirement
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 21 Jan 2012 15:49:20 +0000 (15:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 21 Jan 2012 15:49:20 +0000 (15:49 +0000)
SVN-Revision: 29840

admin/htop/Makefile

index fa78f0b0cafd7d503bafc3392e3f15c3da99718f..da14404641a5ced9306aef413abb1561882c19d7 100644 (file)
@@ -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 += \