summaryrefslogtreecommitdiff
path: root/package/grub2
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-23 10:38:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-23 10:38:06 +0000
commit79e9f855f4c39615d1207ba8f06851c3dcbc6b48 (patch)
treece912caed6326a667d94d69fc92382b4860c9b10 /package/grub2
parent493b7c7f3cb300944453b110f5098a950053fd4b (diff)
downloadmtk-20170518-79e9f855f4c39615d1207ba8f06851c3dcbc6b48.zip
mtk-20170518-79e9f855f4c39615d1207ba8f06851c3dcbc6b48.tar.gz
mtk-20170518-79e9f855f4c39615d1207ba8f06851c3dcbc6b48.tar.bz2
grub2: use the static lzma lib instead of the dynamic one
SVN-Revision: 33526
Diffstat (limited to 'package/grub2')
-rw-r--r--package/grub2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/grub2/Makefile b/package/grub2/Makefile
index 2a2244a..b606f54 100644
--- a/package/grub2/Makefile
+++ b/package/grub2/Makefile
@@ -39,7 +39,8 @@ HOST_CONFIGURE_ARGS += \
--disable-nls
HOST_MAKE_FLAGS += \
- TARGET_RANLIB=$(TARGET_RANLIB)
+ TARGET_RANLIB=$(TARGET_RANLIB) \
+ LIBLZMA=$(STAGING_DIR_HOST)/lib/liblzma.a
define Host/Configure
$(SED) 's,(RANLIB),(TARGET_RANLIB),' $(HOST_BUILD_DIR)/grub-core/Makefile.in