From f3b549010d814fa5b2404042a687053c575884ac Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 8 Apr 2014 15:11:00 +1000 Subject: config,sb: Qemu build updates for FreeBSD and the start of MinG32. Hack round the FreeBSD iconv support in Freebsd 10. In 10 libc now supports iconv however iconv.h is present under /usr/local. Start to add support to build qemu for MinGW via a Cxc. This is a work in progress and contains lots of hidden traps. In config.py separate out of the canadian build status. --- source-builder/config/glib-2-1.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source-builder/config/glib-2-1.cfg') diff --git a/source-builder/config/glib-2-1.cfg b/source-builder/config/glib-2-1.cfg index 5b2e5b9..296d24d 100644 --- a/source-builder/config/glib-2-1.cfg +++ b/source-builder/config/glib-2-1.cfg @@ -54,7 +54,7 @@ Source0: http://ftp.gnome.org/pub/gnome/sources/glib/%{glib_version_major}/glib- SYSROOT=$SB_TMPPREFIX - PKG_CONFIG_PATH=$SYSROOT \ + PKG_CONFIG_PATH=$SYSROOT/lib/pkgconfig \ PKG_CONFIG_BUILD_TOP_DIR=$SB_TMPROOT \ %{_ld_library_path}=$SYSROOT/lib \ ../${source_dir_0}/configure \ -- cgit v1.2.3