Bug 452767

Summary: gnash's libgnashplugin.so missing glib link
Product: [Fedora] Fedora Reporter: Daniel Drake <dsd>
Component: gnashAssignee: Patrice Dumas <pertusus>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: https://savannah.gnu.org/bugs/index.php?23698
Whiteboard:
Fixed In Version: 0.8.3-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-10 17:35:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
fix
none
Makefile.in patch none

Description Daniel Drake 2008-06-24 22:20:31 UTC
Using gnash-0.8.2-2.fc9.i386 and all recent versions: libgnashplugin.so is
missing a link to glib, but uses various glib functions such as
g_io_channel_read_line()

This causes problems for the XO's browse activity:
http://dev.laptop.org/ticket/7328

Reported upstream:
https://savannah.gnu.org/bugs/index.php?23698

Comment 1 Daniel Drake 2008-06-24 22:20:31 UTC
Created attachment 310195 [details]
fix

Comment 2 Daniel Drake 2008-06-24 22:35:03 UTC
Created attachment 310197 [details]
Makefile.in patch

this might be more convenient to apply in the RPM (no autotools required)

Comment 3 Patrice Dumas 2008-07-10 17:35:30 UTC
I merged the .am and .in patches and applied. Thanks.