From d9e3dae5f6777ff2849b6f021851ce2856e6f9f9 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 13 Feb 2014 16:01:03 +1100 Subject: config: Set the LD/DYLD temporary path for configure and make. Both phases of the build need to find the libraries in their temporary path. --- source-builder/config/glib-2-1.cfg | 1 + source-builder/config/qemu-1-1.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/source-builder/config/glib-2-1.cfg b/source-builder/config/glib-2-1.cfg index 7e0987b..5b2e5b9 100644 --- a/source-builder/config/glib-2-1.cfg +++ b/source-builder/config/glib-2-1.cfg @@ -71,6 +71,7 @@ Source0: http://ftp.gnome.org/pub/gnome/sources/glib/%{glib_version_major}/glib- --with-sysroot=$SYSROOT \ --disable-dtrace + %{_ld_library_path}=$SYSROOT/lib \ %{__make} %{?_smp_mflags} all cd ${build_top} diff --git a/source-builder/config/qemu-1-1.cfg b/source-builder/config/qemu-1-1.cfg index ddb488c..c979ef7 100644 --- a/source-builder/config/qemu-1-1.cfg +++ b/source-builder/config/qemu-1-1.cfg @@ -66,6 +66,7 @@ Source0: http://wiki.qemu-project.org/download/qemu-%{qemu_version}.tar.bz2 --disable-vnc \ --disable-netmap + %{_ld_library_path}=$SYSROOT/lib \ %{__make} %{?_smp_mflags} all cd ${build_top} -- cgit v1.2.3