From 7304953292a00d8e6d00ab19259294ebcb95dd80 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 12 Aug 2012 13:27:49 +0000 Subject: convert remaining tools to $(HOST_STATIC_LINKING) (#12012) SVN-Revision: 33148 --- tools/squashfs4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/squashfs4') diff --git a/tools/squashfs4/Makefile b/tools/squashfs4/Makefile index 4b917c59cf..b838b46c55 100644 --- a/tools/squashfs4/Makefile +++ b/tools/squashfs4/Makefile @@ -26,7 +26,7 @@ define Host/Compile XATTR_SUPPORT= \ LZMA_LIB="$(STAGING_DIR_HOST)/lib/liblzma.a" \ EXTRA_CFLAGS="-I$(STAGING_DIR_HOST)/include" \ - EXTRA_LDFLAGS="-static" \ + EXTRA_LDFLAGS="$(HOST_STATIC_LINKING)" \ mksquashfs unsquashfs endef -- cgit v1.2.3