mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 22:50:39 +02:00
[tools] genext2fs: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33093 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
524683ad45
commit
2df6dd7751
@ -36,6 +36,7 @@ HOST_CONFIGURE_ARGS = \
|
||||
define Host/Compile
|
||||
$(MAKE) -C $(HOST_BUILD_DIR) \
|
||||
CFLAGS="$(HOST_CFLAGS)" \
|
||||
LDFLAGS="$(HOST_LDFLAGS) -static" \
|
||||
all
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user