1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-10 14:12:58 +00:00

Debian Bug 764251: Set the build timestamp to a deterministic time

This commit is contained in:
Gerhard Rieger 2015-01-04 20:22:13 +01:00
parent 6f6d7ccb86
commit 3ee5ac5275
4 changed files with 14 additions and 1 deletions

View file

@ -70,7 +70,7 @@ static int socat_newchild(void);
static const char socatversion[] =
#include "./VERSION"
;
static const char timestamp[] = __DATE__" "__TIME__;
static const char timestamp[] = BUILD_DATE;
const char copyright_socat[] = "socat by Gerhard Rieger - see www.dest-unreach.org";
#if WITH_OPENSSL