projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6143519
)
mtools: link statically
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Aug 2012 19:26:42 +0000
(19:26 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Aug 2012 19:26:42 +0000
(19:26 +0000)
SVN-Revision: 33099
tools/mtools/Makefile
patch
|
blob
|
history
diff --git
a/tools/mtools/Makefile
b/tools/mtools/Makefile
index 994ca8d0d51df5e3b7b86e7bbe8bb76d8281eb2b..36f6adc86bb3f8de302317117929b97e264cc643 100644
(file)
--- a/
tools/mtools/Makefile
+++ b/
tools/mtools/Makefile
@@
-16,6
+16,8
@@
PKG_CAT:=zcat
include $(INCLUDE_DIR)/host-build.mk
+HOST_LDFLAGS += -static
+
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) mcopy
endef