From f073ab96d3c6bb347642f6489fbf896814cc6994 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 11 Apr 2017 17:30:46 +0000 Subject: community/monitoring-plugins: disable on all archs bug in the configure script will fill up the buildservers disk https://github.com/monitoring-plugins/monitoring-plugins/issues/1480 --- community/monitoring-plugins/fix-perl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/monitoring-plugins/fix-perl.patch (limited to 'community/monitoring-plugins/fix-perl.patch') diff --git a/community/monitoring-plugins/fix-perl.patch b/community/monitoring-plugins/fix-perl.patch new file mode 100644 index 0000000000..bd24d92aac --- /dev/null +++ b/community/monitoring-plugins/fix-perl.patch @@ -0,0 +1,12 @@ +--- ./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 -- cgit v1.2.3