Accepting request 1190081 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1190081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colord?expand=0&rev=91
This commit is contained in:
Dominique Leuenberger 2024-07-30 09:53:34 +00:00 committed by Git OBS Bridge
commit 511bccf6f4
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 25 12:16:44 UTC 2024 - Martin Jambor <mjambor@suse.com>
- 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 <dimstar@opensuse.org>

View File

@ -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 \