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 896381 Details for
Bug 1098126
rubygem-ffi not loading due to incorrect path of ffi_c
[?]
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]
Fix path of ffi_c.so
0001-Fix-path-for-ffi_c.so.patch (text/plain), 1.17 KB, created by
Stephen Benjamin
on 2014-05-16 12:23:10 UTC
(
hide
)
Description:
Fix path of ffi_c.so
Filename:
MIME Type:
Creator:
Stephen Benjamin
Created:
2014-05-16 12:23:10 UTC
Size:
1.17 KB
patch
obsolete
>From 6373bbbd81c791e30e95c357ea0f9cda6fa2316a Mon Sep 17 00:00:00 2001 >From: Stephen Benjamin <stbenjam@redhat.com> >Date: Fri, 16 May 2014 14:21:12 +0200 >Subject: [PATCH] Fix path for ffi_c.so > >--- > rubygem-ffi.spec | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/rubygem-ffi.spec b/rubygem-ffi.spec >index 61c2787..b7ae749 100644 >--- a/rubygem-ffi.spec >+++ b/rubygem-ffi.spec >@@ -7,7 +7,7 @@ > %global gem_cache %{gem_dir}/cache/%{gem_name}-%{version}.gem > %global gem_spec %{gem_dir}/specifications/%{gem_name}-%{version}.gemspec > %global gem_docdir %{gem_dir}/doc/%{gem_name}-%{version} >-%global gem_extdir_mri %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")} >+%global gem_extdir_mri %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']") > %endif > > Name: rubygem-%{gem_name} >@@ -78,8 +78,8 @@ mkdir -p %{buildroot}%{gem_dir} > cp -pa .%{gem_dir}/* \ > %{buildroot}%{gem_dir}/ > >-mkdir -p %{buildroot}%{gem_extdir_mri}/lib >-mv %{buildroot}%{gem_instdir}/lib/ffi_c.so %{buildroot}%{gem_extdir_mri}/lib/ >+mkdir -p %{buildroot}%{gem_extdir_mri} >+mv %{buildroot}%{gem_instdir}/lib/ffi_c.so %{buildroot}%{gem_extdir_mri} > > %check > >-- >1.8.1.4 >
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 1098126
: 896381 |
896388