mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
8b40d7c92f
commit
298c1ffa28
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user