From: Waldemar Brodkorb Date: Wed, 23 Feb 2005 21:16:20 +0000 (+0000) Subject: selecting zlib automatically in Config.in does not mean it will be build before dropb... X-Git-Tag: reboot~33422 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=fb1a0ad0ef813ebb96808a9e0097550f3e99a5ed selecting zlib automatically in Config.in does not mean it will be build before dropbear. add zlib as dependency SVN-Revision: 289 --- diff --git a/openwrt/package/dropbear_sshd/dropbear_sshd.mk b/openwrt/package/dropbear_sshd/dropbear_sshd.mk index e5ac5dc404..4031e218fb 100644 --- a/openwrt/package/dropbear_sshd/dropbear_sshd.mk +++ b/openwrt/package/dropbear_sshd/dropbear_sshd.mk @@ -67,7 +67,7 @@ $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY): $(DROPBEAR_SSHD_DIR)/$(DROPBEAR_SS cp $(DROPBEAR_SSHD_DIR)/S50dropbear $(TARGET_DIR)/etc/init.d/ chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear -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) $(TARGET_CONFIGURE_OPTS) \