File gdbm-no-build-date.patch of Package gdbm
Index: gdbm-1.26/src/version.c
===================================================================
--- gdbm-1.26.orig/src/version.c
+++ gdbm-1.26/src/version.c
@@ -24,9 +24,6 @@
making the distdir. */
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
"30/07/2025"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif
;
int const gdbm_version_number[3] = {
GDBM_VERSION_MAJOR,