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:
commit
511bccf6f4
@ -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>
|
Thu Apr 4 13:46:12 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -155,6 +155,9 @@ there are no users logged in.
|
|||||||
# chunk of RAM to put the entire B-to-A tables in.
|
# chunk of RAM to put the entire B-to-A tables in.
|
||||||
ulimit -Sv 2000000
|
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 \
|
%meson \
|
||||||
-Dsession_example=false \
|
-Dsession_example=false \
|
||||||
-Dbash_completion=true \
|
-Dbash_completion=true \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user