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:
b3db6d3
)
dont add libgcc two times
author
Peter Wagner
<tripolar@gmx.at>
Sat, 12 Feb 2011 16:37:40 +0000
(16:37 +0000)
committer
Peter Wagner
<tripolar@gmx.at>
Sat, 12 Feb 2011 16:37:40 +0000
(16:37 +0000)
SVN-Revision: 25477
net/openssh/Makefile
patch
|
blob
|
history
diff --git
a/net/openssh/Makefile
b/net/openssh/Makefile
index a1bb4b29b69a3ddc0137b8b698761096f33bd7f5..57fe655947e2b49a2ffec5543170c94d6cd3ac55 100644
(file)
--- a/
net/openssh/Makefile
+++ b/
net/openssh/Makefile
@@
-47,7
+47,7
@@
endef
define Package/openssh-client-utils
$(call Package/openssh/Default)
- DEPENDS+= +openssh-client +openssh-keygen
+libgcc
+ DEPENDS+= +openssh-client +openssh-keygen
TITLE+= client utilities
endef