autotools: gstsctp: set LDFLAGS
authorChristoph Reiter <reiter.christoph@gmail.com>
Sun, 5 May 2019 10:34:23 +0000 (12:34 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 7 Aug 2019 12:54:29 +0000 (13:54 +0100)
This fixes the mingw build which failed because of "-no-undefined" missing.

gst-libs/gst/sctp/Makefile.am

index 4648e9c..afc2c34 100644 (file)
@@ -14,6 +14,11 @@ libgstsctp_1_0_la_CFLAGS = \
 
 libgstsctp_1_0_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
 
+libgstsctp_1_0_la_LDFLAGS = \
+    $(GST_LIB_LDFLAGS) \
+    $(GST_ALL_LDFLAGS) \
+    $(GST_LT_LDFLAGS)
+
 libgstsctp_1_0_includedir = $(includedir)/gstreamer-1.0/gst/sctp
 libgstsctp_1_0_include_HEADERS = \
     sctpsendmeta.h \