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 713677 Details for
Bug 923703
ruby_version is empty
[?]
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]
Do not use ruby_version
root-ruby-version.patch (text/plain), 604 bytes, created by
Vít Ondruch
on 2013-03-21 09:28:51 UTC
(
hide
)
Description:
Do not use ruby_version
Filename:
MIME Type:
Creator:
Vít Ondruch
Created:
2013-03-21 09:28:51 UTC
Size:
604 bytes
patch
obsolete
>--- a/configure >+++ b/configure >@@ -6871,9 +6871,8 @@ > > if test ! "x$enable_ruby" = "xno"; then > echo "" >> RConfigOptions-out.tmp >- ruby -rrbconfig -e 'puts RbConfig::CONFIG["ruby_version"]' | \ >- sed 's/^\([0-9]\)\.\([0-9]\).*$/#define R__RUBY_MAJOR \1@#define R__RUBY_MINOR \2/' | \ >- tr '@' '\n' >> RConfigOptions-out.tmp >+ ruby -rrbconfig -e 'puts "#define R__RUBY_MAJOR " + RbConfig::CONFIG["MAJOR"]' >> RConfigOptions-out.tmp >+ ruby -rrbconfig -e 'puts "#define R__RUBY_MINOR " + RbConfig::CONFIG["MINOR"]' >> RConfigOptions-out.tmp > fi > > # only update $CONFIGOPTOUT when different
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 923703
: 713677