Browse Source

add som configure opts

Waldemar Brodkorb 15 năm trước cách đây
mục cha
commit
97cd1be469
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      target/tools/grub/Makefile

+ 1 - 1
target/tools/grub/Makefile

@@ -12,7 +12,7 @@ PKG_SITES:=		ftp://alpha.gnu.org/gnu/grub/
 include ../rules.mk
 
 $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
-	cd $(WRKBUILD) && ./configure --prefix=$(TOPDIR)/bin/tools
+	cd $(WRKBUILD) && ./configure --prefix=$(TOPDIR)/bin/tools --disable-nls --disable-efiemu --with-platform=pc
 	$(MAKE) -C $(WRKBUILD)
 	touch $@