package/grub: fix compile issue under FreeBSD 8.1

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23156 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Alexandros C. Couloumbis 2010-09-29 16:27:00 +00:00
parent 6afabe433d
commit f28c03f530
1 changed files with 4 additions and 0 deletions

View File

@ -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 \