index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
path:
root
/
tools
/
padjffs2
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Jo-Philipp Wich <jow@openwrt.org>
2012-08-12 13:27:49 +0000
committer
Jo-Philipp Wich <jow@openwrt.org>
2012-08-12 13:27:49 +0000
commit
7304953292a00d8e6d00ab19259294ebcb95dd80
(
patch
)
tree
9e969d1867f72ddb4ce335e505a0f1ea3fc5c649
/
tools/padjffs2
parent
70aaa116eb0b340e44f75e94e2159d41d8b2ecde
(
diff
)
convert remaining tools to $(HOST_STATIC_LINKING) (#12012)
SVN-Revision: 33148
Diffstat
(limited to 'tools/padjffs2')
-rw-r--r--
tools/padjffs2/Makefile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/padjffs2/Makefile b/tools/padjffs2/Makefile
index 3f033c0c2b..4535735d69 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