openwrt-packages/utils/prometheus
Jeffery To 79b1942116 prometheus: Fix build for mips64/mips64el
Prometheus uses an older version of fsnotify, which uses a system call
(unix.InotifyInit) that is not implemented for mips64/mips64el.

This patches Prometheus to use a newer version of fsnotify that uses a
different system call (unix.InotifyInit1) that should be available on
all Linux systems.

Fixes #9494.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-07-23 04:07:56 +08:00
..
files prometheus: add package 2018-07-26 20:29:35 +09:00
patches prometheus: Fix build for mips64/mips64el 2019-07-23 04:07:56 +08:00
Makefile prometheus: Fix build for mips64/mips64el 2019-07-23 04:07:56 +08:00