[packages] openssh: remove libgcc dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29005 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c0acba1d1b
commit
95318172f7
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=openssh
|
||||
PKG_VERSION:=5.9p1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||
@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/openssh/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libopenssl +zlib +libgcc
|
||||
DEPENDS:=+libopenssl +zlib
|
||||
TITLE:=OpenSSH
|
||||
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||
URL:=http://www.openssh.com/
|
||||
@ -100,7 +100,6 @@ endef
|
||||
|
||||
define Package/openssh-sftp-server
|
||||
$(call Package/openssh/Default)
|
||||
DEPENDS:=+libgcc
|
||||
TITLE+= SFTP server
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user