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:
parent
6f6d7ccb86
commit
3ee5ac5275
4 changed files with 14 additions and 1 deletions
2
socat.c
2
socat.c
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue