[packages] htop: disable unicode to remove libncursesw requirement
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 Jan 2012 15:49:20 +0000 (15:49 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 Jan 2012 15:49:20 +0000 (15:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29840 3c298f89-4303-0410-b956-a3cf2f4a3e73

admin/htop/Makefile

index fa78f0b..da14404 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 += \