forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net-analyzer/nagios-check_rbl: Add build fix for Perl 5.26, bug 625320
Package-Manager: Portage-2.3.6, Repoman-2.3.3
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
net-analyzer/nagios-check_rbl/files/nagios-check_rbl-1.3.7-perl526.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters