wok rev 23256

nmon: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 25 19:09:46 2020 +0100 (2020-03-25)
parents e1e99c585768
children 9e2faa1f4ad1
files nagios-plugins/receipt nmon/receipt
line diff
     1.1 --- a/nagios-plugins/receipt	Wed Mar 25 17:29:13 2020 +0100
     1.2 +++ b/nagios-plugins/receipt	Wed Mar 25 19:09:46 2020 +0100
     1.3 @@ -11,9 +11,9 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://www.nagios-plugins.org/download/$TARBALL"
     1.6  
     1.7 -DEPENDS="fping libssl"
     1.8 +DEPENDS="fping libssl procps"
     1.9  BUILD_DEPENDS="libmysqlclient mysql-dev openldap-dev openssl-dev \
    1.10 -	radiusclient-ng radiusclient-ng-dev"
    1.11 +	radiusclient-ng radiusclient-ng-dev procps"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
     2.1 --- a/nmon/receipt	Wed Mar 25 17:29:13 2020 +0100
     2.2 +++ b/nmon/receipt	Wed Mar 25 19:09:46 2020 +0100
     2.3 @@ -20,7 +20,7 @@
     2.4  	cc	-o nmon lmon$VERSION.c			\
     2.5  		-g -O2					\
     2.6  		-D JFS -D GETUSER -D LARGEMEM -D POWER	\
     2.7 -		-Wall					\ 
     2.8 +		-Wall					\
     2.9  		-lm -lncursesw -ltinfo -g
    2.10  }
    2.11