mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:56:14 +02:00
package/grub: fix compile issue under FreeBSD 8.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23156 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0594958cad
commit
1c12bde22c
@ -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 New Issue
Block a user