[packages] libcli: Add dependencies required when building with an external toolchain (but only when building with an external toolchain)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34043 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2012-10-31 20:12:24 +00:00
parent 20481fbb1e
commit 5f33828945

View File

@ -22,6 +22,7 @@ define Package/libcli
CATEGORY:=Libraries
TITLE:=A Cisco-like CLI library
URL:=http://code.google.com/p/libcli/
DEPENDS:=+EXTERNAL_TOOLCHAIN:libc +EXTERNAL_TOOLCHAIN:+libgcc
endef
define Package/libcli/description