summaryrefslogtreecommitdiff
path: root/net-analyzer/netdata/files/netdata-dlib-global_optimization-add-template-argument-list.patch
AgeCommit message (Collapse)Author
2024-11-21net-analyzer/netdata: Add an upstream patch to fix building with clang-19Andrej Shadura
Clang has a new warning (-Wmissing-template-arg-list-after-template-kw) that requires a template argument list after using the template keyword. The upstream dlib (transcluded into netdata by the means of git submodules) has fixed this issue, but netdata has not yet picked up this change. Instead, apply the change directly to the vendored dlib for all versions affected by this. Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk> Closes: https://github.com/gentoo/gentoo/pull/39315 Signed-off-by: Sam James <sam@gentoo.org>