diff --git a/colord.changes b/colord.changes index 10c5b98..132e514 100644 --- a/colord.changes +++ b/colord.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 25 12:16:44 UTC 2024 - Martin Jambor + +- Build -D_FILE_OFFSET_BITS=64 and -D_TIME_BITS=64 in order to avoid + wrong type being passed to gmtime_r on i586 (and perhaps other 32bit + targets). [boo#1228331] + ------------------------------------------------------------------- Thu Apr 4 13:46:12 UTC 2024 - Dominique Leuenberger diff --git a/colord.spec b/colord.spec index bf49e95..6daa258 100644 --- a/colord.spec +++ b/colord.spec @@ -155,6 +155,9 @@ there are no users logged in. # chunk of RAM to put the entire B-to-A tables in. ulimit -Sv 2000000 +# Avoid boo#1228331 (incompatible pointer passed to a function) +%global optflags %{optflags} "-D_FILE_OFFSET_BITS=64" "-D_TIME_BITS=64" + %meson \ -Dsession_example=false \ -Dbash_completion=true \