1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-18 05:03:56 +02:00

genext2fs: link statically

SVN-Revision: 33093
This commit is contained in:
Jo-Philipp Wich 2012-08-10 19:26:28 +00:00
parent 6c47378041
commit d505def9ba

View File

@ -36,6 +36,7 @@ HOST_CONFIGURE_ARGS = \
define Host/Compile define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) \ $(MAKE) -C $(HOST_BUILD_DIR) \
CFLAGS="$(HOST_CFLAGS)" \ CFLAGS="$(HOST_CFLAGS)" \
LDFLAGS="$(HOST_LDFLAGS) -static" \
all all
endef endef