Control: tags -1 patch A fix for the conky FTBFS with gcc 7 is attached.
cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
Description: src/luamm.hh: #include <functional> Required for building with gcc 7. Author: Adrian Bunk <b...@debian.org> Bug-Debian: https://bugs.debian.org/853353 --- conky-1.10.6.orig/src/luamm.hh +++ conky-1.10.6/src/luamm.hh @@ -26,6 +26,7 @@ #include <memory> #include <mutex> #include <exception> +#include <functional> #include <stdexcept> #include <string>