SHA256
3
0
forked from pool/gdbm
gdbm/gdbm-no-build-date.patch

15 lines
534 B
Diff
Raw Normal View History

Index: gdbm-1.20/src/version.c
===================================================================
--- gdbm-1.20.orig/src/version.c 2021-08-09 16:11:00.444941421 +0200
+++ gdbm-1.20/src/version.c 2021-08-09 16:11:18.649067219 +0200
@@ -24,9 +24,6 @@
making the distdir. */
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
"17/06/2021"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif
;
int const gdbm_version_number[3] = {
GDBM_VERSION_MAJOR,