mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
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:
parent
70cc3b093f
commit
d9e3dae5f6
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user