[rtems-source-builder commit] Fixes qemu build error.
Chris Johns
chrisj at rtems.org
Sun Sep 7 22:40:34 UTC 2014
Module: rtems-source-builder
Branch: master
Commit: cf9d27ee388dcf635f37666e80fc192883d7d3d5
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=cf9d27ee388dcf635f37666e80fc192883d7d3d5
Author: Matt Carberry <mcarberry at hcoop.net>
Date: Fri Aug 29 03:13:57 2014 -0700
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.
---
source-builder/config/qemu-1-1.cfg | 1 +
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}
More information about the vc
mailing list