projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ec901
)
remove openssh-sftp-server dependency on libcrypto and zlib
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 Nov 2006 16:57:26 +0000
(16:57 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 Nov 2006 16:57:26 +0000
(16:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5484
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/openssh/Makefile
patch
|
blob
|
history
diff --git
a/net/openssh/Makefile
b/net/openssh/Makefile
index
de806a5
..
ae93ff5
100644
(file)
--- 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/
@@
-128,6
+128,10
@@
define Build/Compile
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
endef