diff options
-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 |