File smartmontools-nobuild-date.patch of Package smartmontools
Index: smartmontools-5.40/utility.cpp
===================================================================
--- smartmontools-5.40.orig/utility.cpp
+++ smartmontools-5.40/utility.cpp
@@ -116,8 +116,8 @@ std::string format_version_info(const ch
"smartmontools SVN rev is unknown\n"
#endif
"smartmontools build host: "SMARTMONTOOLS_BUILD_HOST"\n"
- "smartmontools build configured: "SMARTMONTOOLS_CONFIGURE_DATE "\n"
- "%s compile dated "__DATE__" at "__TIME__"\n"
+ "smartmontools build configured: 0000-00-00 00:00:00 n/a\n"
+ "%s compile dated n/a 00 0000 at 00:00:00\n"
"smartmontools configure arguments: ",
prog_name
);