summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Carberry <mcarberry@hcoop.net>2014-08-29 03:13:57 -0700
committerChris Johns <chrisj@rtems.org>2014-09-08 08:49:03 +1000
commitcf9d27ee388dcf635f37666e80fc192883d7d3d5 (patch)
treeb2d5fa8ba26ab112ac63ee5c9e462a326d4ff9e8
parentdoc: Update the Fedora package list for Fedora 19. (diff)
downloadrtems-source-builder-cf9d27ee388dcf635f37666e80fc192883d7d3d5.tar.bz2
Fixes qemu build error.
Since 1.5 qemu defaults to gtk. Since then, the install command triggers the use of xgettext and msgmerge, both of which are unable to find the libgettextsrc library without passing LD_LIBRARY_PATH.
-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 671aa77..6d7532d 100644
--- a/source-builder/config/qemu-1-1.cfg
+++ b/source-builder/config/qemu-1-1.cfg
@@ -73,5 +73,6 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
%{__rmdir} $SB_BUILD_ROOT
cd ${build_dir}
+ %{_ld_library_path}=$SYSROOT/lib \
%{__make} DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}