diff options
Diffstat (limited to 'community/monitoring-plugins/fix-perl.patch')
-rw-r--r-- | community/monitoring-plugins/fix-perl.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/monitoring-plugins/fix-perl.patch b/community/monitoring-plugins/fix-perl.patch deleted file mode 100644 index bd24d92aac..0000000000 --- a/community/monitoring-plugins/fix-perl.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ./configure.ac.orig -+++ ./configure.ac -@@ -120,6 +120,9 @@ - ACX_HELP_STRING([--with-perl=PATH], - [sets path to perl executable]), - with_perl=$withval,with_perl=$PERL) -+if test "$with_perl" = "yes"; then -+ with_perl="$PERL" -+fi - AC_SUBST(PERL, $with_perl) - - dnl openssl/gnutls |