diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:37:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:37 +0000 |
commit | 403dc163a85cbbd035c85a01627b7fc4ed6c1457 (patch) | |
tree | 34599da125b6d3904fe1b049b3655f63c5d51af0 /community/monitoring-plugins/fix-perl.patch | |
parent | 247eb6dca48ab150e2230179a9b93d427d5f8f69 (diff) | |
download | aports-403dc163a85cbbd035c85a01627b7fc4ed6c1457.tar.bz2 aports-403dc163a85cbbd035c85a01627b7fc4ed6c1457.tar.xz |
community/monitoring-plugins: fix build
the configure script requres that --with-perl has a valid patch to perl
upstream bug report:
https://github.com/monitoring-plugins/monitoring-plugins/issues/1480
If --with-pgsql has no path specified, then will things go bad too.
upstream bug report:
https://github.com/monitoring-plugins/monitoring-plugins/issues/1484
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 |