From: Richard Purdie Date: Wed, 21 Jun 2023 13:36:02 +0000 (+0100) Subject: time64: Disable CFLAGS for strace X-Git-Tag: uninative-4.1~340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5235ae1a14b71d42c1effff51e0289654bc7122a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git time64: Disable CFLAGS for strace Until strace can handle the interface with glibc correctly with those flags, disable there for now. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc index 78569de4337..a0cee4fad67 100644 --- a/meta/conf/distro/include/time64.inc +++ b/meta/conf/distro/include/time64.inc @@ -29,6 +29,8 @@ GLIBC_64BIT_TIME_FLAGS:pn-pipewire = "" # undefines _FILE_OFFSET_BITS, which wont work when _TIME_BITS=64 is set GLIBC_64BIT_TIME_FLAGS:pn-pulseaudio = "" GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = "" +# https://github.com/strace/strace/issues/250 +GLIBC_64BIT_TIME_FLAGS:pn-strace = "" INSANE_SKIP:append:pn-cargo = " 32bit-time" INSANE_SKIP:append:pn-gcc-sanitizers = " 32bit-time"