projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)
[openwrt.git]
/
package
/
dropbear
/
Makefile
diff --git
a/package/dropbear/Makefile
b/package/dropbear/Makefile
index
f5e9b15
..
cfb2c41
100644
(file)
--- a/
package/dropbear/Makefile
+++ b/
package/dropbear/Makefile
@@
-81,11
+81,11
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
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) \
PROGRAMS="dropbear dbclient dropbearkey scp" \
MULTI=1 SCPPROGRESS=1
$(MAKE) -C $(PKG_BUILD_DIR) \
-
LD=$(TARGET_CC
) \
+
$(TARGET_CONFIGURE_OPTS
) \
PROGRAMS="dropbearconvert"
endef
PROGRAMS="dropbearconvert"
endef
This page took
0.023359 seconds
and
4
git commands to generate.