forked from pool/Botan
23 lines
580 B
Diff
23 lines
580 B
Diff
|
Index: src/build-data/buildh.in
|
||
|
===================================================================
|
||
|
--- src/build-data/buildh.in.orig
|
||
|
+++ src/build-data/buildh.in
|
||
|
@@ -2,7 +2,7 @@
|
||
|
#ifndef BOTAN_BUILD_CONFIG_H__
|
||
|
#define BOTAN_BUILD_CONFIG_H__
|
||
|
|
||
|
-/* This file was automatically generated %{timestamp} UTC */
|
||
|
+/* This file was automatically generated */
|
||
|
|
||
|
#define BOTAN_VERSION_MAJOR %{version_major}
|
||
|
#define BOTAN_VERSION_MINOR %{version_minor}
|
||
|
@@ -50,7 +50,7 @@
|
||
|
%{local_config}
|
||
|
|
||
|
/*
|
||
|
-%{user}@%{hostname} ran '%{command_line}'
|
||
|
+%{user} ran '%{command_line}'
|
||
|
|
||
|
Target
|
||
|
-------
|