summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-02-13 16:01:03 +1100
committerChris Johns <chrisj@rtems.org>2014-02-13 16:01:03 +1100
commitd9e3dae5f6777ff2849b6f021851ce2856e6f9f9 (patch)
treec358aa1cddc67a06f9fc547d4b8efa8027fbbbe7
parentconfig: Use qemu's patchworks site for patches. (diff)
downloadrtems-source-builder-d9e3dae5f6777ff2849b6f021851ce2856e6f9f9.tar.bz2
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.
-rw-r--r--source-builder/config/glib-2-1.cfg1
-rw-r--r--source-builder/config/qemu-1-1.cfg1
2 files changed, 2 insertions, 0 deletions
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}