GNOME Bugzilla – Bug 568809
Patch needed for building gst-plugins-good 0.10.13 on Solaris
Last modified: 2009-01-23 09:06:44 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.
Created attachment 127066 [details] [review] patch fixing problem
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.