wok diff nagios-nrpe/receipt @ rev 20638

updated libcurl (7.60.0 -> 7.61.1)
author Hans-G?nter Theisgen
date Thu Jan 10 14:28:38 2019 +0100 (2019-01-10)
parents 970c5ec9a60a
children a78610b2eb47
line diff
     1.1 --- a/nagios-nrpe/receipt	Sun May 20 13:28:18 2018 +0200
     1.2 +++ b/nagios-nrpe/receipt	Thu Jan 10 14:28:38 2019 +0100
     1.3 @@ -17,8 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 -		while read patch_file; do
     1.9 +	while read patch_file; do
    1.10  		if [ ! -f done.$patch_file ]; then
    1.11  			patch -p1 < $stuff/$patch_file || return 1
    1.12  			touch done.$patch_file
    1.13 @@ -33,6 +32,7 @@
    1.14  	--sbindir=/usr/lib/nagios \
    1.15  	--bindir=/usr/bin \
    1.16  	--libexecdir=/usr/lib/nagios/plugins \
    1.17 +	--enable-ssl \
    1.18  	--with-nagios-user=nagios \
    1.19  	--with-nagios-group=nagios \
    1.20  	--with-nrpe-user=nagios \