SHA256
1
0
forked from pool/gdbm
gdbm/gdbm-1.8.3-no-build-date.patch
OBS User autobuild 84f9dc087c Accepting request 46608 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/gdbm based on submit request 46608 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/46608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=15
2010-09-03 10:50:36 +00:00

15 lines
528 B
Diff

Index: version.c
===================================================================
--- version.c.orig 2002-10-16 00:00:42.000000000 +0200
+++ version.c 2010-08-30 01:41:23.653696000 +0200
@@ -29,8 +29,4 @@
#include "autoconf.h"
/* Keep a string with the version number in it! */
-const char * gdbm_version = "GDBM version 1.8.3. 10/15/2002"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif
- ;
+const char * gdbm_version = "GDBM version 1.8.3. 10/15/2002";