forked from pool/munin
724478ac8a
- add perl526.patch to compile with perl 5.26 (no more . in @INC) OBS-URL: https://build.opensuse.org/request/show/529833 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=39
28 lines
722 B
Diff
28 lines
722 B
Diff
Index: munin-2.0.32/master/Build.PL
|
|
===================================================================
|
|
--- munin-2.0.32.orig/master/Build.PL
|
|
+++ munin-2.0.32/master/Build.PL
|
|
@@ -1,3 +1,4 @@
|
|
+use lib '.';
|
|
use MasterBuilder;
|
|
|
|
use warnings;
|
|
Index: munin-2.0.32/node/Build.PL
|
|
===================================================================
|
|
--- munin-2.0.32.orig/node/Build.PL
|
|
+++ munin-2.0.32/node/Build.PL
|
|
@@ -1,3 +1,4 @@
|
|
+use lib '.';
|
|
use NodeBuilder;
|
|
|
|
use warnings;
|
|
Index: munin-2.0.32/plugins/Build.PL
|
|
===================================================================
|
|
--- munin-2.0.32.orig/plugins/Build.PL
|
|
+++ munin-2.0.32/plugins/Build.PL
|
|
@@ -1,3 +1,4 @@
|
|
+use lib '.';
|
|
use PluginsBuilder;
|
|
|
|
use warnings;
|