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.
This commit is contained in:
Chris Johns 2014-02-13 16:01:03 +11:00
parent 70cc3b093f
commit d9e3dae5f6
2 changed files with 2 additions and 0 deletions

View File

@ -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}

View File

@ -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}