From dd118546faec4642b93ec00461409635330c9dc7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 9 Nov 2006 16:57:26 +0000 Subject: [PATCH] remove openssh-sftp-server dependency on libcrypto and zlib SVN-Revision: 5484 --- net/openssh/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index de806a5b42..ae93ff581b 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -73,7 +73,7 @@ endef define Package/openssh-sftp-server SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl +zlib + DEPENDS:= TITLE:=OpenSSH SFTP server DESCRIPTION:=OpenSSH SFTP server. URL:=http://www.openssh.com/ @@ -126,6 +126,10 @@ endef define Build/Compile rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) + $(MAKE) -C $(PKG_BUILD_DIR) \ + DESTDIR="$(PKG_INSTALL_DIR)" \ + LIBS="" \ + sftp-server $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install -- 2.30.2