package/grub: fix compile issue under FreeBSD 8.1
SVN-Revision: 23156
This commit is contained in:
parent
5dc2fe588d
commit
073fca3651
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ MY_CONFIGURE_ARGS += \
|
||||||
--disable-hercules \
|
--disable-hercules \
|
||||||
--without-curses \
|
--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 += \
|
MY_CONFIGURE_VARS += \
|
||||||
grub_cv_prog_objcopy_absolute=yes \
|
grub_cv_prog_objcopy_absolute=yes \
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue