Skip to content
Commit dd170f0c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Revert "package/Makefile.in: Use 64-bit time_t with glibc toolchains for > year 2038 support"



This reverts commit 6e33e590.

This unfortunately breaks a number of packages, as glibc errors out if 64bit
time_t is used without 64bit file offsets, and some packages undefine
_FILE_OFFSET_BITS leading to build breakage:

 #  if ! defined (_FILE_OFFSET_BITS) || _FILE_OFFSET_BITS != 64
 #   error "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64"
..

So revert it for 2022.02.

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 1c44600c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment