summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-10-21 09:36:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-10-21 11:44:29 +0200
commitf528557be0901886b02feb9d2ef241e4a451dfd2 (patch)
treec16cf30e1d76613587644031532e18d82518657d
parent6f93e5f984034b37b03bb4fc4b1e9c6efe59c88d (diff)
downloadptxdist-f528557be0901886b02feb9d2ef241e4a451dfd2.tar.gz
ptxdist-f528557be0901886b02feb9d2ef241e4a451dfd2.tar.xz
munin: fix building with newer perl versions
With newer perl versions the current directory is no longer in the include path. Add it back to fix building. Without this building fails with: Can't locate MasterBuilder.pm in @INC (you may need to install the MasterBuilder module) (@INC contains: .... Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/munin.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/munin.make b/rules/munin.make
index f742ab334..b06b60fb8 100644
--- a/rules/munin.make
+++ b/rules/munin.make
@@ -60,7 +60,7 @@ $(STATEDIR)/munin.prepare:
@$(call touch)
MUNIN_MAKE_ENV := $(CROSS_ENV)
-MUNIN_MAKE_OPT := CONFIG=$(MUNIN_CONFIG)
+MUNIN_MAKE_OPT := CONFIG=$(MUNIN_CONFIG) PERL="perl -I."
MUNIN_INSTALL_OPT := CONFIG=$(MUNIN_CONFIG) install
# ----------------------------------------------------------------------------