Skip to content

Commit

Permalink
net-analyzer/nagios-check_rbl: Add build fix for Perl 5.26, bug 625320
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
akhuettel committed Aug 4, 2017
1 parent 565193a commit 128f2d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff -ruN check_rbl-1.3.7.orig/Makefile.PL check_rbl-1.3.7/Makefile.PL
--- check_rbl-1.3.7.orig/Makefile.PL 2015-10-24 13:06:09.000000000 -0000
+++ check_rbl-1.3.7/Makefile.PL 2017-08-04 16:10:49.881515014 -0000
@@ -1,4 +1,5 @@
# Load the Module::Install bundled in ./inc/
+use lib q[.];
use inc::Module::Install;

# File version information:
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"

PATCHES=( "${FILESDIR}/${P}-perl526.patch" )

src_prepare() {
default

Expand Down

0 comments on commit 128f2d6

Please sign in to comment.