projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c47378
)
genext2fs: link statically
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Aug 2012 19:26:28 +0000
(19:26 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Aug 2012 19:26:28 +0000
(19:26 +0000)
SVN-Revision: 33093
tools/genext2fs/Makefile
patch
|
blob
|
history
diff --git
a/tools/genext2fs/Makefile
b/tools/genext2fs/Makefile
index 1f69b2a6b6f14cbf009d63894e8866c20a79c403..2462b8cd8afe502f66cec4eaf6d8bdc8b51911c1 100644
(file)
--- a/
tools/genext2fs/Makefile
+++ b/
tools/genext2fs/Makefile
@@
-36,6
+36,7
@@
HOST_CONFIGURE_ARGS = \
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) \
CFLAGS="$(HOST_CFLAGS)" \
+ LDFLAGS="$(HOST_LDFLAGS) -static" \
all
endef