mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 16:44:31 +04:00
Switch to current stable version 6.4.7. See release notes: https://www.zabbix.com/rn/rn6.4.7 So that the new version builds cleanly. The 'libevent2-pthreads' must be added as dependency. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
12 lines
399 B
Diff
12 lines
399 B
Diff
--- a/src/libs/zbxcommon/misc.c
|
|
+++ b/src/libs/zbxcommon/misc.c
|
|
@@ -329,7 +329,7 @@ void zbx_help(void)
|
|
void zbx_version(void)
|
|
{
|
|
printf("%s (Zabbix) %s\n", title_message, ZABBIX_VERSION);
|
|
- printf("Revision %s %s, compilation time: %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE, __DATE__, __TIME__);
|
|
+ printf("Revision %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE);
|
|
puts(copyright_message);
|
|
}
|
|
|