tools: remove static linking support
[openwrt/staging/mkresin.git] / tools / squashfs4 / Makefile
index b838b46c55a10e2091d8fd54e6a77bf602a16ac1..50b70fbe1c90108a3bb21beefce7cd4f928ad5e8 100644 (file)
@@ -26,7 +26,6 @@ define Host/Compile
                XATTR_SUPPORT= \
                LZMA_LIB="$(STAGING_DIR_HOST)/lib/liblzma.a" \
                EXTRA_CFLAGS="-I$(STAGING_DIR_HOST)/include" \
-               EXTRA_LDFLAGS="$(HOST_STATIC_LINKING)" \
                mksquashfs unsquashfs
 endef