summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorIgor Rondarev <igor.rondarev@gmail.com>2015-09-11 17:58:48 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-09-11 23:23:50 +0200
commit6972e7a9267fa3cf7441919f92b8e64b93252cd0 (patch)
tree3130a08eb04752323dcf6af38e7baeddb1913333 /gst
parenteb88486288bd6a431a2716a5cff0b1fc96140e74 (diff)
configure: Check for socketpair() in -lsocket too
On e.g. QNX it is in an external library, not libc. https://bugzilla.gnome.org/show_bug.cgi?id=754875
Diffstat (limited to 'gst')
-rw-r--r--gst/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index a117d9771..213e3fda5 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -151,6 +151,7 @@ libgstreamer_@GST_API_VERSION@_la_LIBADD = \
$(GST_PRINTF_LA) \
$(GST_ALL_LIBS) \
$(WIN32_LIBS) \
+ $(SOCKET_LIBS) \
$(LIBM)
libgstreamer_@GST_API_VERSION@_la_LDFLAGS = \