Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
collectd
collectd-fix_broken_perl-5.10.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File collectd-fix_broken_perl-5.10.patch of Package collectd
Index: collectd-5.10.0/src/perl.c =================================================================== --- collectd-5.10.0.orig/src/perl.c +++ collectd-5.10.0/src/perl.c @@ -2507,7 +2507,12 @@ static int perl_config_loadplugin(pTHX_ log_debug("perl_config: Loading Perl plugin \"%s\"", value); load_module(PERL_LOADMOD_NOIMPORT, newSVpv(module_name, strlen(module_name)), - Nullsv); +#if PERL_VERSION >= 10 + newSViv(0) +#else + Nullsv +#endif + ); return 0; } /* static int perl_config_loadplugin (oconfig_item_it *) */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor