summaryrefslogtreecommitdiff
path: root/make/dropbear_sshd.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-12 00:25:27 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-12 00:25:27 +0000
commitdde95efe4a8718d3a6caf945be45dafc2a4646b5 (patch)
treef406377e545ceb77fb1f7b2248fabbb0c57afbc1 /make/dropbear_sshd.mk
parent4b51328693c1cb1b8648797d5ba0d5fc70f9af1a (diff)
Teach dropbear to depend on zlib
Diffstat (limited to 'make/dropbear_sshd.mk')
-rw-r--r--make/dropbear_sshd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/dropbear_sshd.mk b/make/dropbear_sshd.mk
index d93198a14..24f529194 100644
--- a/make/dropbear_sshd.mk
+++ b/make/dropbear_sshd.mk
@@ -51,7 +51,7 @@ $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY): $(DROPBEAR_SSHD_DIR)/$(DROPBEAR_SS
rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \
$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
-dropbear_sshd: uclibc $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY)
+dropbear_sshd: uclibc zlib $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY)
dropbear_sshd-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(DROPBEAR_SSHD_DIR) uninstall