GNOME Bugzilla – Bug 779953
Fails to build with uClibc C library
Last modified: 2017-03-14 15:24:47 UTC
Created attachment 347772 [details] [review] Patch fixing the uClibc build failure Version 1.10.3 of gstreamer-vaapi fails to build with the uClibc C library due to O_CLOEXEC being undefined. Indeed, as open(2) indicates, _GNU_SOURCE must be defined for O_CLOEXEC to be available. The attached patch solves this.
commit 159e3c3f08ef1c19da4ede8a437337dd8cf7f0b7
1.10 branch commit e7f71f16d07e5439ee2151344eef3e7cf113b7b5