[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.2'
Florian Forster
octo at verplant.org
Sat Apr 6 20:06:33 CEST 2013
bindings/Makefile.am | 8 +++++++-
configure.in | 3 +--
2 files changed, 8 insertions(+), 3 deletions(-)
New commits:
commit 5ac466c7515653ad6c931116643c31f51dabba2e
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Nov 20 14:56:45 2012 +0100
bindings/Makefile: Hint the user at --with-perl-bindings.
⦠in case 'perl Makefile.PL' fails.
Fixes Github issue #290.
Signed-off-by: Florian Forster <octo at collectd.org>
commit 6c769cf76d74ac758252062668ff07037eb421f1
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Nov 20 14:44:43 2012 +0100
build system (Perl bindings): Make Makefile.PL's PREFIX/INSTALL_BASE optional.
Both options may cause problems:
- PREFIX might clash with INSTALL_BASE being set in $PERL_MM_OPT.
- INSTALL_BASE without any further options set will install into non-standard
directories in many cases.
Rather, use PREFIX=${prefix} as default but overwrite that if
--with-perl-bindings=... has been used.
Thanks to faxm0dem for reporting the INSTALL_BASE problems on IRC and
bvarner and nirik for reporting this in GH #177 and #196.
This is a follow-up / fix for 97e8f346a88eccf4d1608c21d5cc6ee9620c1c41.
Fixes Github issue #290.
Signed-off-by: Florian Forster <octo at collectd.org>
More information about the collectd-changes
mailing list