mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 18:11:53 +02:00
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
This commit is contained in:
parent
476060c78a
commit
3de2118bc7
@ -39,7 +39,8 @@ HOST_CONFIGURE_ARGS += \
|
|||||||
--disable-nls
|
--disable-nls
|
||||||
|
|
||||||
HOST_MAKE_FLAGS += \
|
HOST_MAKE_FLAGS += \
|
||||||
TARGET_RANLIB=$(TARGET_RANLIB)
|
TARGET_RANLIB=$(TARGET_RANLIB) \
|
||||||
|
LIBLZMA=$(STAGING_DIR_HOST)/lib/liblzma.a
|
||||||
|
|
||||||
define Host/Configure
|
define Host/Configure
|
||||||
$(SED) 's,(RANLIB),(TARGET_RANLIB),' $(HOST_BUILD_DIR)/grub-core/Makefile.in
|
$(SED) 's,(RANLIB),(TARGET_RANLIB),' $(HOST_BUILD_DIR)/grub-core/Makefile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user