libgd: avoid recursive and redundant dependencies
[feed/packages.git] / admin / zabbix / patches / 110-reproducible-builds.patch
1 --- a/src/libs/zbxcommon/str.c
2 +++ b/src/libs/zbxcommon/str.c
3 @@ -54,7 +54,7 @@ static const char help_message_footer[]
4 void version(void)
5 {
6 printf("%s (Zabbix) %s\n", title_message, ZABBIX_VERSION);
7 - printf("Revision %s %s, compilation time: %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE, __DATE__, __TIME__);
8 + printf("Revision %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE);
9 puts(copyright_message);
10 #if defined(HAVE_GNUTLS) || defined(HAVE_OPENSSL)
11 printf("\n");