[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63149] [PATCH] gnu: criu: Fix build
From: |
Brian Cully |
Subject: |
[bug#63149] [PATCH] gnu: criu: Fix build |
Date: |
Fri, 12 May 2023 19:00:36 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
I've decided to just patch the mtime conversion directly into criu,
rather than trying to factor it out. This is mainly because the original
version of ‘ensure-no-mtimes-pre-1980’ throws an error when it attempts
to change timestamps of symlinks. Ideally, that will be fixed someday,
but that will cause huge downstream changes.
In the mean-time, we can use this, and delete it after fixing
‘ensure-no-mtimes-pre-1980’.
-bjc