libfaketime: Eanable LFS64 on musl

Musl has 64bit time_t inherently, ideally this library should be fixed
for that but lets apply the musl aliasing solution for now.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-08-26 18:52:26 -07:00
parent 8b40d7c92f
commit 298c1ffa28

View File

@ -11,6 +11,8 @@ SRC_URI = "git://github.com/wolfcw/libfaketime.git;branch=master;protocol=https
S = "${WORKDIR}/git"
CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE"
do_configure[noexec] = "1"
do_compile () {
oe_runmake