Skip to content
Snippets Groups Projects
Commit f79666f2 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

dosfstools: link statically

SVN-Revision: 33115
parent ecc3d837
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ PKG_CAT:=zcat ...@@ -16,7 +16,7 @@ PKG_CAT:=zcat
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
define Host/Compile define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="$(HOST_LDFLAGS) -static"
endef endef
define Host/Install define Host/Install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment