mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
v4l-utils: Diable 64bit time_t on glibc targets
it overrides some of LFS64 functions in peculiar ways that it has to undefine _FILE_OFFSET_BITS to silence the funtion definitions from glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a92b6685b6
commit
43d5820af0
@ -13,6 +13,10 @@ DEPENDS = "jpeg \
|
||||
DEPENDS:append:libc-musl = " argp-standalone"
|
||||
DEPENDS:append:class-target = " udev"
|
||||
LDFLAGS:append = " -pthread"
|
||||
# v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to
|
||||
# both 32 and 64 bit file APIs. But it does not handle the time side?
|
||||
# Needs further investigation
|
||||
GLIBC_64BIT_TIME_FLAGS = ""
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user