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 310195 Details for
Bug 452767
gnash's libgnashplugin.so missing glib link
[?]
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
gnash-plugin-link-glib.patch (text/plain), 540 bytes, created by
Daniel Drake
on 2008-06-24 22:20:31 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Daniel Drake
Created:
2008-06-24 22:20:31 UTC
Size:
540 bytes
patch
obsolete
> >From: Daniel Drake <dsd@laptop.org> > >Fix missing libgnashplugin.so glib link. libgnashplugin uses functions >like g_io_channel_unix_get_fd() > >http://dev.laptop.org/ticket/7328 > >Index: gnash-0.8.2/plugin/Makefile.am >=================================================================== >--- gnash-0.8.2.orig/plugin/Makefile.am >+++ gnash-0.8.2/plugin/Makefile.am >@@ -85,6 +85,7 @@ libgnashplugin_la_SOURCES = plugin.cpp > mozilla-sdk/np_entry.cpp > > libgnashplugin_la_LIBADD = \ >+ $(GLIB_LIBS) \ > $(NULL) > > if PLUGIN_LINK_UNDEFINED
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 452767
: 310195 |
310197