summaryrefslogtreecommitdiff
path: root/tools/mtd-utils
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:40 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:40 +0000
commit614351940e6cc7aa79f2380369e367c6d39a0889 (patch)
tree172b713ed7f558a3ad37d39b2668dd75d2d0283b /tools/mtd-utils
parent74d598ea7ca89440c749a869184aa510541f8da1 (diff)
downloadmtk-20170518-614351940e6cc7aa79f2380369e367c6d39a0889.zip
mtk-20170518-614351940e6cc7aa79f2380369e367c6d39a0889.tar.gz
mtk-20170518-614351940e6cc7aa79f2380369e367c6d39a0889.tar.bz2
mtd-utils: link statically
SVN-Revision: 33098
Diffstat (limited to 'tools/mtd-utils')
-rw-r--r--tools/mtd-utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile
index 4763aad..9a639fe 100644
--- a/tools/mtd-utils/Makefile
+++ b/tools/mtd-utils/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -28,6 +28,7 @@ endif
MTD_MAKEOPTS = \
CFLAGS="$(CFLAGS)" \
+ LDFLAGS="$(HOST_LDFLAGS) -static" \
WITHOUT_LZO=1 WITHOUT_XATTR=1 \
LZMA_STATIC_LIB="$(STAGING_DIR_HOST)/lib/liblzma.a" \
SUBDIRS="" \