[packages] libcli: Add dependencies required when building with an external toolchain...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 Oct 2012 20:12:24 +0000 (20:12 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 Oct 2012 20:12:24 +0000 (20:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34043 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libcli/Makefile

index 5eb3850..d6c25ec 100644 (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