9d1cf23177
festival fails to built with glibc 2.18 due to fopen and the h_addr field in struct hostent: ../gst/festival/gstfestival.c: In function 'gst_festival_chain': ../gst/festival/gstfestival.c:273:3: warning: implicit declaration of function 'fdopen' [-Wimplicit-function-declaration] fd = fdopen (f, "wb"); ^ ../gst/festival/gstfestival.c:273:6: warning: assignment makes pointer from integer without a cast [enabled by default] fd = fdopen (f, "wb"); ^ ../gst/festival/gstfestival.c: In function 'festival_socket_open': ../gst/festival/gstfestival.c:367:45: error: 'struct hostent' has no member named 'h_addr' memmove (&serv_addr.sin_addr, serverhost->h_addr, serverhost->h_length); ^ Both of which are hidden behind _GNU_SOURCE in glibc 2.18, so enable that to fix this build issue. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |
||
---|---|---|
.. | ||
gst1-devtools | ||
gst1-imx | ||
gst1-interpipe | ||
gst1-libav | ||
gst1-plugins-bad | ||
gst1-plugins-base | ||
gst1-plugins-bayer2rgb-neon | ||
gst1-plugins-good | ||
gst1-plugins-ugly | ||
gst1-python | ||
gst1-rtsp-server | ||
gst1-shark | ||
gst1-vaapi | ||
gst-omx | ||
gstreamer1 | ||
gstreamer1-editing-services | ||
gstreamer1-mm | ||
Config.in | ||
gstreamer1.mk |