summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-07-17 13:48:59 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-10-25 18:44:57 +0200
commit7c496a8c03456b12d6afc44ee065cdfd60c2db6d (patch)
tree0957cec27def62e0a00db3baa529e42f764e096f
parent812590045d58260f956197d898f5bbf0b69a14c4 (diff)
Build reproducibly.
Gbp-Pq: Name reproducible_build.patch
-rw-r--r--src/controller/build_info.h.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/controller/build_info.h.in b/src/controller/build_info.h.in
index 93dec01..537d1f2 100644
--- a/src/controller/build_info.h.in
+++ b/src/controller/build_info.h.in
@@ -29,9 +29,7 @@ constexpr unsigned int NST_VERSION =
@NST_V_MAJOR@ * 1000 + @NST_V_MINOR@ * 100 + @NST_V_PATCH@;
constexpr char PROGRAM_BUILD_INFO[]=
- "@NST_VERSION_FULL@\n"
- "built on @CMAKE_SYSTEM@\n"
- "by C++ compiler @CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@ on @COMPILATION_DATE@";
+ "@NST_VERSION_FULL@";
constexpr char MODULES_DIRECTORY_PATH[] = "@CMAKE_INSTALL_PREFIX@/lib/nfstrace/";