1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net-mgmt/mk-livestatus
Tobias Kortkamp 3b7a500cb9 net-mgmt/mk-livestatus: Unbreak Nagios 3.x support
Fix the NAGIOS4 option: The --without-nagios4 configure arg seems
to be broken in 1.2.8p20 and actually also enables Nagios 4.x
support.  Switch to just passing --with-nagios4 if NAGIOS4=on for
the time being.

$ mk-livestatus-1.2.8p20> ./configure --without-nagios4
$ mk-livestatus-1.2.8p20> grep NAGIOS Makefile
CPPFLAGS = -g -O2 -DNAGIOS4

$ mk-livestatus-1.2.8p20> ./configure --with-nagios4
$ mk-livestatus-1.2.8p20> grep CPPFLAGS Makefile
CPPFLAGS = -g -O2 -DNAGIOS4

$ mk-livestatus-1.2.8p20> ./configure
$ mk-livestatus-1.2.8p20> grep CPPFLAGS Makefile
CPPFLAGS =

This makes sure that mk-livestatus is built with Nagios 3.x support
again by default.

PR:		232716
Submitted by:	Leonid Vasiliev <leo9641@yandex.ru>
2018-11-16 12:49:05 +00:00
..
files
distinfo net-mgmt/mk-livestatus: Update to 1.2.8p20 2018-10-01 23:39:33 +00:00
Makefile net-mgmt/mk-livestatus: Unbreak Nagios 3.x support 2018-11-16 12:49:05 +00:00
pkg-descr