Ver Fonte

genext2fs: link statically

SVN-Revision: 33093
Jo-Philipp Wich há 13 anos atrás
pai
commit
d505def9ba
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      tools/genext2fs/Makefile

+ 1 - 0
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