clish: disable libbfd usage, add missing dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32260 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-12 01:57:09 +00:00
parent 3a3be42070
commit d00384e60a

View File

@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/clish define Package/clish
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
DEPENDS:=+libstdcpp DEPENDS:=+libstdcpp +libpthread
TITLE:=Command Line Interface SHell TITLE:=Command Line Interface SHell
URL:=http://clish.sourceforge.net/ URL:=http://clish.sourceforge.net/
endef endef
@ -34,6 +34,9 @@ define Package/clish/description
and forks the appropriate system commands to perform any actions. and forks the appropriate system commands to perform any actions.
endef endef
CONFIGURE_VARS += \
ac_cv_header_bfd_h=no
MAKE_FLAGS += \ MAKE_FLAGS += \
bin_PROGRAMS=bin/clish bin_PROGRAMS=bin/clish