[packages] htop: disable unicode to remove libncursesw requirement
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29840 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
65b74ec071
commit
0132f3978d
@ -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 += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user