]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove __DATE__ and __TIME__
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 10 Nov 2017 00:42:32 +0000 (00:42 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 10 Nov 2017 00:42:32 +0000 (00:42 +0000)
"reproducible builds" is apparently a thing, and gcc
has started complaining

src/include/version.h

index 3ae5525d721abdc42abdf6d9fac3ffde3195fb2e..6ea03bee04ef36fb2cd66cd26daea1cee0d7b5a7 100644 (file)
@@ -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))