From: Felix Fietkau Date: Thu, 9 Nov 2006 16:57:26 +0000 (+0000) Subject: remove openssh-sftp-server dependency on libcrypto and zlib X-Git-Tag: whiterussian_0.9~88 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5482d84c24b973b6970b305fe77aaee23c855a57;p=openwrt%2Fsvn-archive%2Fopenwrt.git remove openssh-sftp-server dependency on libcrypto and zlib SVN-Revision: 5484 --- diff --git a/openwrt/package/openssh/Makefile b/openwrt/package/openssh/Makefile index 6ea9621faa..7ae7960286 100644 --- a/openwrt/package/openssh/Makefile +++ b/openwrt/package/openssh/Makefile @@ -74,6 +74,10 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: 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 diff --git a/openwrt/package/openssh/ipkg/openssh-sftp-server.control b/openwrt/package/openssh/ipkg/openssh-sftp-server.control index 8c17fcc5b8..22a624db47 100644 --- a/openwrt/package/openssh/ipkg/openssh-sftp-server.control +++ b/openwrt/package/openssh/ipkg/openssh-sftp-server.control @@ -1,5 +1,4 @@ Package: openssh-sftp-server Priority: optional Section: net -Depends: zlib, libopenssl Description: OpenSSH SFTP server