diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-05-06 17:34:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-23 17:43:59 +0100 |
commit | 389b5f96af68439cc8e135a33f1e41116cb1d1aa (patch) | |
tree | bee2b6359428d9e16025eee1ffde4d77d1053f71 /scripts/lib/recipetool/create_buildsys.py | |
parent | 4f27e4042dfb39caa71c7c6eb0a327de6af4d563 (diff) | |
download | openembedded-core-389b5f96af68439cc8e135a33f1e41116cb1d1aa.tar.gz openembedded-core-389b5f96af68439cc8e135a33f1e41116cb1d1aa.tar.bz2 openembedded-core-389b5f96af68439cc8e135a33f1e41116cb1d1aa.zip |
glew: Compile with -D_GNU_SOURCE
Required with glibc 2.26
when x11 is not in distro features it errors
out due to mising CLOCK_REALTIME
error: 'CLOCK_REALTIME' undeclared (first use in this function);
did you mean '_XOPEN_REALTIME'?
if (clock_gettime(CLOCK_REALTIME, &ts) == -1)
^~~~~~~~~~~~~~
_XOPEN_REALTIME
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/recipetool/create_buildsys.py')
0 files changed, 0 insertions, 0 deletions