CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/07/27 08:53:38
Modified files:
sysutils/collectd: Makefile
Added files:
sysutils/collectd/patches: patch-src_daemon_Makefile_in
Log message:
Fix previous, collectd failed to load its plugins and really wants to
use gnu libtool with -export-symbol-regex when linking them, otherwise
it fails to find module_register. While here fix PKGLOCALSTATEDIR and
PIDFILE in src/daemon/Makefile.in.
Somehow, my limited testing on powerpc didnt show this failure at all..
All this from Pavel Korovin, thanks!