Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 901794 Details for
Bug 1102796
LD_LIBRARY_PATH is broken
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Prevent premature command substitution
0001-Prevent-premature-command-substitution-1102796.patch (text/plain), 1.38 KB, created by
Mat Booth
on 2014-06-03 13:41:42 UTC
(
hide
)
Description:
Prevent premature command substitution
Filename:
MIME Type:
Creator:
Mat Booth
Created:
2014-06-03 13:41:42 UTC
Size:
1.38 KB
patch
obsolete
>From 4822f3467dcb9c8de6985551926411c92ae33932 Mon Sep 17 00:00:00 2001 >From: Mat Booth <mat.booth@redhat.com> >Date: Tue, 3 Jun 2014 14:40:34 +0100 >Subject: [PATCH] Prevent premature command substitution (#1102796) > >--- > devtoolset-3.spec | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > >diff --git a/devtoolset-3.spec b/devtoolset-3.spec >index 3ad19fa..4320821 100644 >--- a/devtoolset-3.spec >+++ b/devtoolset-3.spec >@@ -4,7 +4,7 @@ > Summary: Package that installs %scl > Name: %scl_name > Version: 3.0 >-Release: 13%{?dist} >+Release: 14%{?dist} > BuildArch: noarch > License: GPLv2+ > Group: Applications/File >@@ -152,7 +152,7 @@ export PERL5LIB=%{_scl_root}/%{perl_vendorarch}:%{_scl_root}/usr/lib/perl5:%{_sc > # bz847911 workaround: > # we need to evaluate rpm's installed run-time % { _libdir }, not rpmbuild time > # or else /etc/ld.so.conf.d files? >-rpmlibdir=`rpm --eval "%%{_libdir}"` >+rpmlibdir=\$(rpm --eval "%%{_libdir}") > # bz1017604: On 64-bit hosts, we should include also the 32-bit library path. > if [ "\$rpmlibdir" != "\${rpmlibdir/lib64/}" ]; then > rpmlibdir32=":%{_scl_root}\${rpmlibdir/lib64/lib}" >@@ -363,6 +363,9 @@ if [ $1 = 0 ]; then > fi > > %changelog >+* Tue Jun 03 2014 Mat Booth <mat.booth@redhat.com> - 3.0-14 >+- Prevent premature command substitution (#1102796) >+ > * Tue Jun 03 2014 Marek Polacek <polacek@redhat.com> 3.0-13 > - Create alternatives directories (#1101246) > >-- >1.9.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1102796
: 901794