X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=tools%2Fsquashfs4%2FMakefile;h=b838b46c55a10e2091d8fd54e6a77bf602a16ac1;hp=4b917c59cf076003ad4d0509dd1421d944be98b5;hb=3ebd761113122f809c1b33ba35f9a8763f9ab2f7;hpb=c0ac23157e300f66a995420afe8ce6d15158223c;ds=sidebyside 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