mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 23:33:32 +08:00
From Karsten Kruse: openssh requires zlib
This commit is contained in:
parent
ce74d2d8c1
commit
35bb510b1e
@ -65,7 +65,7 @@ $(TARGET_DIR)/usr/bin/ssh: $(OPENSSH_DIR)/ssh
|
||||
chmod a+x $(TARGET_DIR)/etc/init.d/S50sshd
|
||||
rm -rf $(TARGET_DIR)/usr/info $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
|
||||
|
||||
openssh: openssl $(TARGET_DIR)/usr/bin/ssh
|
||||
openssh: openssl zlib $(TARGET_DIR)/usr/bin/ssh
|
||||
|
||||
openssh-source: $(DL_DIR)/$(OPENSSH_SOURCE)
|
||||
|
||||
@ -74,4 +74,3 @@ openssh-clean:
|
||||
|
||||
openssh-dirclean:
|
||||
rm -rf $(OPENSSH_DIR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user