aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
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 /meta-oe/recipes-test
parent8b40d7c92fec6a618577f2da24dbca55c63d831f (diff)
downloadmeta-openembedded-contrib-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>
Diffstat (limited to 'meta-oe/recipes-test')
-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
S = "${WORKDIR}/git"
+CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE"
+
do_configure[noexec] = "1"
do_compile () {
oe_runmake