Skip to content
Snippets Groups Projects
Commit 61435194 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

mtd-utils: link statically

SVN-Revision: 33098
parent 74d598ea
No related branches found
No related tags found
No related merge requests found
#
# 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="" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment