File ht-no-date.diff of Package ht
From: Jan Engelhardt <jengelh@inai.de>
src: remove __DATE__/__TIME__ indicators
The presence of these macros causes every build to differ.
---
main.cc | 2 +-
minilzo/minilzo.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
Index: ht-2.0.21/main.cc
===================================================================
--- ht-2.0.21.orig/main.cc
+++ ht-2.0.21/main.cc
@@ -46,7 +46,7 @@
const char *htcopyrights[]=
{
- ht_name" "ht_version" (%s) "__TIME__" on "__DATE__,
+ ht_name" "ht_version" (%s)",
ht_copyright1,
ht_copyright2,
NULL
Index: ht-2.0.21/minilzo/minilzo.c
===================================================================
--- ht-2.0.21.orig/minilzo/minilzo.c
+++ ht-2.0.21/minilzo/minilzo.c
@@ -2231,7 +2231,6 @@ const char __lzo_copyright[] =
"<markus@oberhumer.com>\n"
"http://www.oberhumer.com $\n\n"
"$Id: minilzo.c,v 1.5.2.1 2008/10/14 16:41:58 seppel Exp $\n"
- "$Built: " __DATE__ " " __TIME__ " $\n"
"$Info: " LZO_INFO_STRING " $\n";
#endif