wok-next diff nagios-nsca/receipt @ rev 20617

Fix build xchat, xchat-plugin, xget, xine-plugin; xorg-xf86-video-geode isn't compatible with 64-bit arch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 13:54:55 2018 +0300 (2018-04-21)
parents d43bf7aae921
children a3c581bf52b8
line diff
     1.1 --- a/nagios-nsca/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/nagios-nsca/receipt	Sat Apr 21 13:54:55 2018 +0300
     1.3 @@ -16,9 +16,6 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./configure \
     1.7 -		--prefix=/usr \
     1.8 -		--infodir=/usr/share/info \
     1.9 -		--localstatedir=/var \
    1.10  		--datadir=/usr/share/nagios \
    1.11  		--sysconfdir=/etc/nagios \
    1.12  		--sbindir=/usr/sbin \
    1.13 @@ -27,7 +24,6 @@
    1.14  		--with-nsca-user=nagios \
    1.15  		--with-nsca-group=nagios \
    1.16  		--with-nsca-port=5667 \
    1.17 -		--mandir=/usr/share/man \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	make all || return 1
    1.20