projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da148cd
)
libcli: fix broken dependency specification
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 1 Nov 2012 01:24:10 +0000
(
01:24
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 1 Nov 2012 01:24:10 +0000
(
01:24
+0000)
SVN-Revision: 34049
libs/libcli/Makefile
patch
|
blob
|
history
diff --git
a/libs/libcli/Makefile
b/libs/libcli/Makefile
index d6c25ec5b61bcb51d5bc126063a7b4368553da26..e00fe1e8802a5ffedd60c16ae738894079f396b5 100644
(file)
--- a/
libs/libcli/Makefile
+++ b/
libs/libcli/Makefile
@@
-22,7
+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
+ DEPENDS:=+EXTERNAL_TOOLCHAIN:libc +EXTERNAL_TOOLCHAIN:libgcc
endef
define Package/libcli/description