File testdisk-file-contains-date-and-time.patch of Package testdisk
--- testdisk-6.13.orig/src/misc.c
+++ testdisk-6.13/src/misc.c
@@ -259,7 +259,7 @@ const char *get_compiler(void)
const char *get_compilation_date(void)
{
static char buffer[100] = {0x00};
-#ifdef __DATE__
+#if 0
#ifdef HAVE_STRPTIME
struct tm tm;
memset(&tm,0,sizeof(tm));