Accepting request 1087192 from home:Guillaume_G:qemu

- Disable GNULIB's year2038 also for 32-bit arm - boo#1211394

OBS-URL: https://build.opensuse.org/request/show/1087192
OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=91
This commit is contained in:
Marcus Meissner 2023-05-15 10:45:37 +00:00 committed by Git OBS Bridge
parent de18c17340
commit 51b1afe59a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 15 09:57:45 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable GNULIB's year2038 also for 32-bit arm - boo#1211394
-------------------------------------------------------------------
Mon Apr 10 14:48:41 UTC 2023 - Pedro Monreal <pmonreal@suse.com>

View File

@ -237,7 +237,7 @@ autoreconf -fiv
%if %{with srp}
--enable-srp-authentication \
%endif
%ifarch %{ix86}
%ifarch %{ix86} %{arm}
--disable-year2038 \
%endif
--enable-shared \