From 2fd8a1e0e0c1918013b3c9dfb7651721fad0ab61 Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 12 Aug 2012 13:27:49 +0000 Subject: [tools] convert remaining tools to $(HOST_STATIC_LINKING) (#12012) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33148 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/padjffs2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/padjffs2') diff --git a/tools/padjffs2/Makefile b/tools/padjffs2/Makefile index 3f033c0c2..4535735d6 100644 --- a/tools/padjffs2/Makefile +++ b/tools/padjffs2/Makefile @@ -19,7 +19,7 @@ define Host/Prepare endef define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) LDFLAGS="-static" + $(MAKE) -C $(HOST_BUILD_DIR) LDFLAGS="$(HOST_STATIC_LINKING)" endef define Host/Configure -- cgit v1.2.3