summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-08-26 18:52:26 -0700
committerKhem Raj <raj.khem@gmail.com>2023-08-26 20:53:02 -0700
commit298c1ffa2882002b93dfbbb5276a4b27d72e8fee (patch)
tree8274b13ef7afe950466ca5865196d70aca350a5d
parent8b40d7c92fec6a618577f2da24dbca55c63d831f (diff)
downloadmeta-openembedded-298c1ffa2882002b93dfbbb5276a4b27d72e8fee.tar.gz
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>
-rw-r--r--meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb2
1 files changed, 2 insertions, 0 deletions
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
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE"
15
14do_configure[noexec] = "1" 16do_configure[noexec] = "1"
15do_compile () { 17do_compile () {
16 oe_runmake 18 oe_runmake