After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736670 - v4l2allocator: O_CLOEXEC needs _GNU_SOURCE
v4l2allocator: O_CLOEXEC needs _GNU_SOURCE
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.4.1
Other Linux
: Normal normal
: 1.4.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-15 12:59 UTC by Peter Korsgaard
Modified: 2014-09-16 08:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing issue (891 bytes, patch)
2014-09-15 12:59 UTC, Peter Korsgaard
committed Details | Review

Description Peter Korsgaard 2014-09-15 12:59:43 UTC
Created attachment 286197 [details] [review]
patch fixing issue

Similar to 94f3d6fc / bz 709423
    
On some systems (E.G. uClibc and older Glibc versions), O_CLOEXEC is only
defined when _GNU_SOURCE is specified, so do so.
Comment 1 Sebastian Dröge (slomo) 2014-09-16 07:20:47 UTC
commit d3eea8f606b240f9cc0cea2a7c2e32d488666754
Author: Peter Korsgaard <peter@korsgaard.com>
Date:   Mon Sep 15 14:51:24 2014 +0200

    v4l2allocator: O_CLOEXEC needs _GNU_SOURCE
    
    Similar to 94f3d6fc / bz 709423
    
    On some systems (E.G. uClibc and older Glibc versions), O_CLOEXEC is only
    defined when _GNU_SOURCE is specified, so do so.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736670