aports/community/monitoring-plugins/fix-perl.patch
2017-04-11 17:32:01 +00:00

13 lines
309 B
Diff

--- ./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