aboutsummaryrefslogtreecommitdiffstats
path: root/tools/squashfs4
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-12 13:27:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-12 13:27:49 +0000
commit3cd5af40b38be1ee1a78b74c4177efc58f68d316 (patch)
tree55ac753baef40f1b56d061cdbb5ea4d185647da4 /tools/squashfs4
parentb35dab3480040f1b3da61838ada54ff496c649b5 (diff)
downloadmaster-187ad058-3cd5af40b38be1ee1a78b74c4177efc58f68d316.tar.gz
master-187ad058-3cd5af40b38be1ee1a78b74c4177efc58f68d316.tar.bz2
master-187ad058-3cd5af40b38be1ee1a78b74c4177efc58f68d316.zip
[tools] convert remaining tools to $(HOST_STATIC_LINKING) (#12012)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33148 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/squashfs4')
-rw-r--r--tools/squashfs4/Makefile2
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