# HG changeset patch # User Pascal Bellard # Date 1532174276 -7200 # Node ID 8c314507df00be2c248206f31e16fcc28c767b9d # Parent e38bb0907e93cfbd5eff7b35e2cf727837a9900a nagios-nrpe: enable ssl (Bug 195) diff -r e38bb0907e93 -r 8c314507df00 nagios-nrpe/receipt --- a/nagios-nrpe/receipt Fri Jul 20 23:12:02 2018 +0200 +++ b/nagios-nrpe/receipt Sat Jul 21 13:57:56 2018 +0200 @@ -17,8 +17,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src - while read patch_file; do + while read patch_file; do if [ ! -f done.$patch_file ]; then patch -p1 < $stuff/$patch_file || return 1 touch done.$patch_file @@ -33,6 +32,7 @@ --sbindir=/usr/lib/nagios \ --bindir=/usr/bin \ --libexecdir=/usr/lib/nagios/plugins \ + --enable-ssl \ --with-nagios-user=nagios \ --with-nagios-group=nagios \ --with-nrpe-user=nagios \