summaryrefslogtreecommitdiffstats
path: root/source-builder/config/qemu-1-1.cfg
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 /source-builder/config/qemu-1-1.cfg
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.
Diffstat (limited to 'source-builder/config/qemu-1-1.cfg')
-rw-r--r--source-builder/config/qemu-1-1.cfg1
1 files changed, 1 insertions, 0 deletions
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}