diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:40 +0000 |
commit | 614351940e6cc7aa79f2380369e367c6d39a0889 (patch) | |
tree | 172b713ed7f558a3ad37d39b2668dd75d2d0283b | |
parent | 74d598ea7ca89440c749a869184aa510541f8da1 (diff) | |
download | upstream-614351940e6cc7aa79f2380369e367c6d39a0889.tar.gz upstream-614351940e6cc7aa79f2380369e367c6d39a0889.tar.bz2 upstream-614351940e6cc7aa79f2380369e367c6d39a0889.zip |
mtd-utils: link statically
SVN-Revision: 33098
-rw-r--r-- | tools/mtd-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile index 4763aad191..9a639fea41 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="" \ |