diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-12 13:27:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-12 13:27:49 +0000 |
commit | 7304953292a00d8e6d00ab19259294ebcb95dd80 (patch) | |
tree | 9e969d1867f72ddb4ce335e505a0f1ea3fc5c649 /tools/squashfs4 | |
parent | 70aaa116eb0b340e44f75e94e2159d41d8b2ecde (diff) | |
download | upstream-7304953292a00d8e6d00ab19259294ebcb95dd80.tar.gz upstream-7304953292a00d8e6d00ab19259294ebcb95dd80.tar.bz2 upstream-7304953292a00d8e6d00ab19259294ebcb95dd80.zip |
convert remaining tools to $(HOST_STATIC_LINKING) (#12012)
SVN-Revision: 33148
Diffstat (limited to 'tools/squashfs4')
-rw-r--r-- | tools/squashfs4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |