From: tripolar Date: Sat, 12 Feb 2011 16:37:40 +0000 (+0000) Subject: [openssh-client-utils] dont add libgcc two times X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=dca96d5027cdb14d8e639edcc81c5bd214f7266b;p=packages.git [openssh-client-utils] dont add libgcc two times git-svn-id: svn://svn.openwrt.org/openwrt/packages@25477 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index a1bb4b29b..57fe65594 100644 --- 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