1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00

openssh: strip openssh-sftp-server dependencies, notably openssl

openssh-sftp-server is actually a tiny binary that has nearly no dependencies:
$ mips-openwrt-linux-objdump -x sftp-server | grep NEEDED
  NEEDED               libgcc_s.so.1
  NEEDED               libc.so.0

Stripping its DEPENDS allows building a system with SFTP support, without
pulling in OpenSSL.
This commit is contained in:
Catalin Patulea 2014-06-14 01:13:47 -04:00
parent 3d44a5520c
commit 99c6c3d830

View File

@ -121,6 +121,7 @@ endef
define Package/openssh-sftp-server
$(call Package/openssh/Default)
TITLE+= SFTP server
DEPENDS:=
endef
define Package/openssh-sftp-server/description