diff options
author | Jack Lloyd <[email protected]> | 2016-08-17 10:48:25 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-08-17 10:48:25 -0400 |
commit | 50a88e05692b83aee3828d92d8101a97e3d0b2fc (patch) | |
tree | d2e7d2ee6b4093f814e714a0154da07aa14a435f /src/build-data | |
parent | 852eaff2b6ddb57f129ad3479ea03f959a6f1bd4 (diff) | |
parent | 457534aed0130f23cfad5af8f9d06683dac01c25 (diff) |
Merge GH #586 Remove information from build.h making build non-reproducible. See also GH #587
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/buildh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 8b8f09ed5..01527b522 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -2,8 +2,8 @@ #define BOTAN_BUILD_CONFIG_H__ /* -* This file was automatically generated %{timestamp} UTC by -* %{user}@%{hostname} running '%{command_line}' +* This file was automatically generated running +* '%{command_line}' * * Target * - Compiler: %{cxx} %{cxx_abi_flags} %{cc_compile_flags} |