Browse Source

grub2: use the static lzma lib instead of the dynamic one

SVN-Revision: 33526
Felix Fietkau 13 years ago
parent
commit
79e9f855f4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/grub2/Makefile

+ 2 - 1
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