diff options
author | Slávek Banko <[email protected]> | 2021-01-16 00:55:28 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-16 00:55:28 +0100 |
commit | 46ca3fa9524fb1800a26b65fc49b1e5bc41be613 (patch) | |
tree | 0affa528ab2b7cd1104d939ac7967e0ff6220e06 /config.h.cmake | |
parent | bda2d7559f18b2e02050dc433c5ff70cec8e3362 (diff) | |
download | tork-46ca3fa9524fb1800a26b65fc49b1e5bc41be613.tar.gz tork-46ca3fa9524fb1800a26b65fc49b1e5bc41be613.zip |
Replace __DATE__ with PACKAGE_DATETIME in the crash handler
to allow reproducible build.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 59360ae..f9532cf 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -7,6 +7,9 @@ significant byte first (like Motorola and SPARC, unlike Intel). */ #cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ +/* Date and time of the package */ +#cmakedefine PACKAGE_DATETIME "@PACKAGE_DATETIME@" + /* OpenSSL support */ #cmakedefine USE_OPENSSL 1 |