From: Peter Wagner <​tripolar@gmx.at> Date: Sat, 12 Feb 2011 16:37:40 +0000 (+0000) Subject: dont add libgcc two times X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cc02f9cfc805f4307bace91a5526f18889f76274;p=openwrt%2Fsvn-archive%2Fpackages.git dont add libgcc two times SVN-Revision: 25477 --- 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