This upgrade zabbix to the newest version. Changing SQLite for PostgreSQL, because of dropping SQLite support for server/frontend. More info:https://www.zabbix.com/documentation/3.4/manual/installation/upgrade_notes_340#dropping_sqlite_support_for_serverfrontend In addition added required dependencies. More info:https://www.zabbix.com/documentation/3.4/manual/installation/requirements Compile tested: Yes, brcm2708 Run tested: Yes, brcm2708 Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
12 lines
513 B
Diff
12 lines
513 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -51,7 +51,7 @@ AC_CHECK_HEADERS(stdio.h stdlib.h string
|
|
syslog.h time.h errno.h sys/types.h sys/stat.h netinet/in.h \
|
|
math.h sys/socket.h dirent.h ctype.h \
|
|
mtent.h fcntl.h sys/param.h arpa/inet.h \
|
|
- sys/vfs.h sys/pstat.h sys/sysinfo.h sys/statvfs.h sys/statfs.h \
|
|
+ sys/vfs.h sys/pstat.h sys/statvfs.h sys/statfs.h \
|
|
sys/socket.h sys/loadavg.h arpa/inet.h \
|
|
sys/vmmeter.h strings.h vm/vm_param.h \
|
|
sys/time.h kstat.h sys/syscall.h sys/sysmacros.h \
|
|
|