From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- web/attachments/240318-configure.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 web/attachments/240318-configure.patch (limited to 'web/attachments/240318-configure.patch') diff --git a/web/attachments/240318-configure.patch b/web/attachments/240318-configure.patch new file mode 100644 index 0000000..c9dc127 --- /dev/null +++ b/web/attachments/240318-configure.patch @@ -0,0 +1,20 @@ +--- configure.in 2007-08-07 23:21:00.000000000 +0200 ++++ configure_radiusclientng.in 2007-08-07 23:20:54.000000000 +0200 +@@ -218,8 +218,15 @@ + RADIUSLIBS="-lradiusclient" + AC_SUBST(RADIUSLIBS) + else +- AC_MSG_WARN([Skipping radius plugin]) +- AC_MSG_WARN([install radius libs to compile this plugin (see REQUIREMENTS).]) ++ AC_CHECK_LIB(radiusclient-ng,rc_read_config) ++ if test "$ac_cv_lib_radiusclient_ng_rc_read_config" = "yes"; then ++ EXTRAS="$EXTRAS check_radius" ++ RADIUSLIBS="-lradiusclient-ng" ++ AC_SUBST(RADIUSLIBS) ++ else ++ AC_MSG_WARN([Skipping radius plugin]) ++ AC_MSG_WARN([install radius libs to compile this plugin (see REQUIREMENTS).]) ++ fi + fi + LIBS="$_SAVEDLIBS" + -- cgit v1.2.3-74-g34f1