mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +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:
@@ -11,6 +11,8 @@ SRC_URI = "git://github.com/wolfcw/libfaketime.git;branch=master;protocol=https
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE"
|
||||||
|
|
||||||
do_configure[noexec] = "1"
|
do_configure[noexec] = "1"
|
||||||
do_compile () {
|
do_compile () {
|
||||||
oe_runmake
|
oe_runmake
|
||||||
|
|||||||
Reference in New Issue
Block a user