projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
192bb7d
)
libcli: Add dependencies required when building with an external toolchain (but only...
author
Daniel Dickinson
<crazycshore@gmail.com>
Wed, 31 Oct 2012 20:12:24 +0000
(20:12 +0000)
committer
Daniel Dickinson
<crazycshore@gmail.com>
Wed, 31 Oct 2012 20:12:24 +0000
(20:12 +0000)
SVN-Revision: 34043
libs/libcli/Makefile
patch
|
blob
|
history
diff --git
a/libs/libcli/Makefile
b/libs/libcli/Makefile
index 5eb3850bad24480744c245f72ee08babefcf8576..d6c25ec5b61bcb51d5bc126063a7b4368553da26 100644
(file)
--- 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