From: cshore Date: Wed, 31 Oct 2012 20:12:24 +0000 (+0000) Subject: [packages] libcli: Add dependencies required when building with an external toolchain... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=5f33828945405b56b7b4d8b334968cdef256cee7;p=packages.git [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 --- diff --git a/libs/libcli/Makefile b/libs/libcli/Makefile index 5eb3850ba..d6c25ec5b 100644 --- a/libs/libcli/Makefile +++ b/libs/libcli/Makefile @@ -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