mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00: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
|
chmod a+x $(TARGET_DIR)/etc/init.d/S50sshd
|
||||||
rm -rf $(TARGET_DIR)/usr/info $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
|
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)
|
openssh-source: $(DL_DIR)/$(OPENSSH_SOURCE)
|
||||||
|
|
||||||
@ -74,4 +74,3 @@ openssh-clean:
|
|||||||
|
|
||||||
openssh-dirclean:
|
openssh-dirclean:
|
||||||
rm -rf $(OPENSSH_DIR)
|
rm -rf $(OPENSSH_DIR)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user