From e53856fb4edea5588b0a29a3f49f7203088c7a39 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Wed, 29 Sep 2010 16:27:00 +0000 Subject: [PATCH] package/grub: fix compile issue under FreeBSD 8.1 SVN-Revision: 23156 --- package/grub/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/grub/Makefile b/package/grub/Makefile index 426b9c3673..f3dd171141 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -37,6 +37,10 @@ MY_CONFIGURE_ARGS += \ --disable-hercules \ --without-curses \ +ifeq ($(HOST_OS),FreeBSD) + MY_CONFIGURE_ARGS += --build=$(GNU_HOST_NAME) --host=$(GNU_TARGET_NAME) --target=$(GNU_TARGET_NAME) +endif + MY_CONFIGURE_VARS += \ grub_cv_prog_objcopy_absolute=yes \ -- 2.30.2