summaryrefslogtreecommitdiff
path: root/openwrt/package/dropbear
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-04 05:30:27 +0000
committerMike Baker <mbm@openwrt.org>2006-08-04 05:30:27 +0000
commit6c81c75f030fc43a28977211533b2416ebfaecc6 (patch)
tree3b9ec3cf0b0d5b12cbd97614ab748855fd89d266 /openwrt/package/dropbear
parent429f4764ac6023dd1e0380ff4a476a3c09d99577 (diff)
downloadmtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.zip
mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.gz
mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.bz2
more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)
SVN-Revision: 4432
Diffstat (limited to 'openwrt/package/dropbear')
-rw-r--r--openwrt/package/dropbear/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile
index 48e69e4..cfb2c41 100644
--- a/openwrt/package/dropbear/Makefile
+++ b/openwrt/package/dropbear/Makefile
@@ -81,11 +81,11 @@ endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
- LD="$(TARGET_CC)" \
+ $(TARGET_CONFIGURE_OPTS) \
PROGRAMS="dropbear dbclient dropbearkey scp" \
MULTI=1 SCPPROGRESS=1
$(MAKE) -C $(PKG_BUILD_DIR) \
- LD="$(TARGET_CC)" \
+ $(TARGET_CONFIGURE_OPTS) \
PROGRAMS="dropbearconvert"
endef