From: Matthew Newton Date: Fri, 10 Nov 2017 00:42:32 +0000 (+0000) Subject: remove __DATE__ and __TIME__ X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1be08ecf596ad60d22a34a5525540d93273df6c0;p=thirdparty%2Ffreeradius-server.git remove __DATE__ and __TIME__ "reproducible builds" is apparently a thing, and gcc has started complaining --- diff --git a/src/include/version.h b/src/include/version.h index 3ae5525d721..6ea03bee04e 100644 --- a/src/include/version.h +++ b/src/include/version.h @@ -55,7 +55,7 @@ RCSIDH(version_h, "$Id$") RADIUSD_VERSION_STRING \ RADIUSD_VERSION_RELEASE_STRING \ RADIUSD_VERSION_COMMIT_STRING \ - ", for host " HOSTINFO ", built on " __DATE__ " at " __TIME__ + ", for host " HOSTINFO #ifdef WITHOUT_VERSION_CHECK # define RADIUSD_MAGIC_NUMBER ((uint64_t) (0xf4ee4ad3f4ee4ad3))