From 17903f01ea181006d5a1361168790e76179a0008 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 10 Aug 2012 19:26:43 +0000 Subject: [tools] padjffs2: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33100 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/padjffs2/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/padjffs2/Makefile') diff --git a/tools/padjffs2/Makefile b/tools/padjffs2/Makefile index a949ac062..3f033c0c2 100644 --- a/tools/padjffs2/Makefile +++ b/tools/padjffs2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenWrt.org +# Copyright (C) 2011-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -18,6 +18,10 @@ define Host/Prepare find $(HOST_BUILD_DIR) -name .svn | $(XARGS) rm -rf endef +define Host/Compile + $(MAKE) -C $(HOST_BUILD_DIR) LDFLAGS="-static" +endef + define Host/Configure endef -- cgit v1.2.3