After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 568809 - Patch needed for building gst-plugins-good 0.10.13 on Solaris
Patch needed for building gst-plugins-good 0.10.13 on Solaris
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other opensolaris
: Normal normal
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-23 04:48 UTC by Brian Cameron
Modified: 2009-01-23 09:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing problem (531 bytes, patch)
2009-01-23 04:48 UTC, Brian Cameron
committed Details | Review

Description Brian Cameron 2009-01-23 04:48:01 UTC
Some plugins in gst-plugins-good won't build without libsocket.  The attached patch makes configure check for this library and, if found, it gets addede to LIBS and things build okay.
Comment 1 Brian Cameron 2009-01-23 04:48:36 UTC
Created attachment 127066 [details] [review]
patch fixing problem
Comment 2 Sebastian Dröge (slomo) 2009-01-23 09:06:44 UTC
commit d818fb174ba76356ea5f8fb9677a2d61fac41b23
Author: Brian Cameron <brian.cameron@sun.com>
Date:   Fri Jan 23 10:04:39 2009 +0100

    Fix linking on Solaris. Fixes bug #568809.
    
    Check for the socket library which is needed
    for socket() on Solaris.