summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/files/0001-connect-has-a-different-signature-on-musl.patch
Commit message (Collapse)AuthorAgeFilesLines
* gst-validate: Fix build on muslKhem Raj2018-09-111-0/+38
Connect has different signature on musl. Fixes socket_interposer.c:103:1: error: conflicting types for 'connect' | connect (int socket, const struct sockaddr_in *addrin, socklen_t address_len) | ^ | recipe-sysroot/usr/include/sys/socket.h:327:5: note: previous declaration is here | int connect (int, const struct sockaddr *, socklen_t); | ^ (From OE-Core rev: 77c02f815103733bcfbde3adec3784e456de42d4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>