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 293836 Details for
Bug 430805
Dynamic modules not found
[?]
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]
spec patch fixing this bug
hercules.spec.patch (text/plain), 1.48 KB, created by
Hans de Goede
on 2008-02-03 16:00:11 UTC
(
hide
)
Description:
spec patch fixing this bug
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2008-02-03 16:00:11 UTC
Size:
1.48 KB
patch
obsolete
>--- hercules.spec 22 Aug 2007 16:52:56 -0000 1.18 >+++ hercules.spec 3 Feb 2008 15:57:35 -0000 >@@ -1,7 +1,7 @@ > Summary: Hercules S/370, ESA/390, and z/Architecture emulator > Name: hercules > Version: 3.05 >-Release: 3%{?dist} >+Release: 4%{?dist} > License: QPL > Group: Applications/Emulators > URL: http://www.conmicro.cx/hercules/ >@@ -27,16 +27,18 @@ > %setup -q > %patch0 -p1 -b .open > # Get the modules in the right place (lib64 on 64bit archs) >-%{__perl} -pi -e 's|\${DESTPREFIX}/lib/|${libdir}/|g' configure* >+sed -i 's|\${DESTPREFIX}/lib/|%{_libdir}/|g' configure* > # Scripts to be looked at, not executed from the docs > %{__chmod} -x util/* > > %build >-# Required in 3.04 to find libs on x86_64 >-export LDFLAGS="-L%{_libdir}" > %configure \ > --enable-dependency-tracking \ > --enable-optimization="%{optflags}" >+# cleanup dlopen related mess configure makes, easier then patching up autohell >+sed -i -e 's|/\* #undef LTDL_SHLIB_EXT \*/|#define LTDL_SHLIB_EXT ".so"|' \ >+ -e 's|"/lib:/usr/lib"|"/%{_lib}:/usr/%{_lib}"|g' config.h >+# <sigh> even more broken autohell, remove rpath setting > sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool > sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool > %{__make} %{?_smp_mflags} >@@ -80,6 +82,9 @@ > > > %changelog >+* Sun Feb 3 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 3.05-4 >+- Fix loading of plugins (bz 430805) >+ > * Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 3.05-3 > - Rebuild for new BuildID feature. >
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 430805
:
293339
| 293836