From 298c1ffa2882002b93dfbbb5276a4b27d72e8fee Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 26 Aug 2023 18:52:26 -0700 Subject: 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 --- meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb b/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb index 49f68bf629..6a0a8f32af 100644 --- a/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb +++ b/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb @@ -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 -- cgit v1.2.3-54-g00ecf