]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/grub
Merge remote-tracking branch 'ms/ipsec-subnets' into next
[ipfire-2.x.git] / lfs / grub
index 02cad0a43316e4821a082e4f9b872135fa47ed0a..bcbcbd06ec9dc3c60101914d51e4738a7cebb57d 100644 (file)
--- a/lfs/grub
+++ b/lfs/grub
@@ -31,7 +31,7 @@ DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-SUP_ARCH   = i586
+SUP_ARCH   = x86_64 i586
 
 CFLAGS     =
 CXXFLAGS   =
@@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/grub-2.00_disable_vga_fallback.patch
        cd $(DIR_APP) && \
                ./configure \
                        --prefix=/usr \