diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-11 17:30:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-11 17:32:01 +0000 |
commit | f073ab96d3c6bb347642f6489fbf896814cc6994 (patch) | |
tree | 3416019251bd11d1c0f22ec0e768551465cdcbc0 /community/monitoring-plugins/fix-perl.patch | |
parent | 5945fa12c3090511b5afc66103a60745b82cc377 (diff) | |
download | aports-f073ab96d3c6bb347642f6489fbf896814cc6994.tar.bz2 aports-f073ab96d3c6bb347642f6489fbf896814cc6994.tar.xz |
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
Diffstat (limited to 'community/monitoring-plugins/fix-perl.patch')
-rw-r--r-- | community/monitoring-plugins/fix-perl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 |