diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-04 09:14:20 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-04 09:14:20 +0000 |
commit | 5d099491cf5469749a3961291b621429aeee0070 (patch) | |
tree | 01d7795a5a4f775f07954784496c37d2091ed565 /package/dropbear/Makefile | |
parent | 56b6f102aff04ba230a9d633b3e00f4ecb3f4706 (diff) |
fix everything I broke with the previous patches
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4436 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r-- | package/dropbear/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index cfb2c4135e..9ffc782d94 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -82,10 +82,12 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ + LD="$(TARGET_CC)" \ PROGRAMS="dropbear dbclient dropbearkey scp" \ MULTI=1 SCPPROGRESS=1 $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ + LD="$(TARGET_CC)" \ PROGRAMS="dropbearconvert" endef |