#80 Disable GNULIB's year2038 support for 64-bit time_t
Merged a year ago by zfridric. Opened a year ago by zfridric.
rpms/ zfridric/gnutls zfridric_devel  into  f38

file modified
+3
@@ -242,6 +242,9 @@ 

  %if %{with_srp}

             --enable-srp-authentication \

  %endif

+ %ifarch %{ix86}

+            --disable-year2038 \

+ %endif

  	   --enable-sha1-support \

             --disable-static \

             --disable-openssl-compatibility \

GNUTLS exposes time_t in its public API and thus the size of time_t
is ABI relevant. It can't be changed in size without breaking
ABI compatibility with applications built against GNUTLS that use
the default time_t size.

https://gitlab.com/gnutls/gnutls/-/issues/1466
https://bugzilla.redhat.com/show_bug.cgi?id=2174758
Signed-off-by: Daniel P. Berrangé berrange@redhat.com

Pull-Request has been merged by zfridric

a year ago
Metadata