diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-23 10:38:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-23 10:38:06 +0000 |
commit | 57bd9abeccc99194cb3c255b5f4b887269f1a72e (patch) | |
tree | c68dbea08a3f18793cf70e5692f010549214d87f | |
parent | 4fe0549e77e309099f2c9a306798606967c3659e (diff) | |
download | master-187ad058-57bd9abeccc99194cb3c255b5f4b887269f1a72e.tar.gz master-187ad058-57bd9abeccc99194cb3c255b5f4b887269f1a72e.tar.bz2 master-187ad058-57bd9abeccc99194cb3c255b5f4b887269f1a72e.zip |
grub2: use the static lzma lib instead of the dynamic one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33526 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/grub2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/grub2/Makefile b/package/grub2/Makefile index 2a2244a7d6..b606f54be1 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 |