diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-08-26 18:52:26 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 20:53:02 -0700 |
commit | 298c1ffa2882002b93dfbbb5276a4b27d72e8fee (patch) | |
tree | 8274b13ef7afe950466ca5865196d70aca350a5d | |
parent | 8b40d7c92fec6a618577f2da24dbca55c63d831f (diff) | |
download | meta-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.bb | 2 |
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 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" | ||
15 | |||
14 | do_configure[noexec] = "1" | 16 | do_configure[noexec] = "1" |
15 | do_compile () { | 17 | do_compile () { |
16 | oe_runmake | 18 | oe_runmake |