mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
bare/devel/qemu: Fix building on FreeBSD.
This commit is contained in:
parent
77a0075303
commit
fabe813ec4
@ -53,6 +53,7 @@ URL: http://www.gnu.org/software/libtool/
|
||||
fi
|
||||
export CFLAGS CFLAGS_FOR_BUILD CC
|
||||
|
||||
CC=%{__cc} \
|
||||
CFLAGS="$SB_CFLAGS" \
|
||||
./configure \
|
||||
--build=%{_build} --host=%{_host} \
|
||||
|
@ -112,7 +112,7 @@ def load():
|
||||
#
|
||||
# Fix the mess iconv is on FreeBSD 10.0.
|
||||
#
|
||||
defines['iconv_includes'] = ('none', 'none', '%{_host_includes} %{_host_ldflags}')
|
||||
defines['iconv_includes'] = ('none', 'none', '%{host_includes} %{host_ldflags}')
|
||||
|
||||
#
|
||||
# On 11.0+ makeinfo and install-info have moved to /usr/local/...
|
||||
|
Loading…
x
Reference in New Issue
Block a user