Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-plugins/files: nagios-plugins-1.4.10-noradius.patch
Date: Sat, 29 Sep 2007 09:39:53
Message-Id: E1IbYfE-00087h-CS@stork.gentoo.org
1 dertobi123 07/09/29 09:31:08
2
3 Added: nagios-plugins-1.4.10-noradius.patch
4 Log:
5 Update noradius patch, more quotation fixes
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 net-analyzer/nagios-plugins/files/nagios-plugins-1.4.10-noradius.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/files/nagios-plugins-1.4.10-noradius.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/files/nagios-plugins-1.4.10-noradius.patch?rev=1.1&content-type=text/plain
13
14 Index: nagios-plugins-1.4.10-noradius.patch
15 ===================================================================
16 diff -Naur nagios-plugins-1.4.10.orig/configure.in nagios-plugins-1.4.10/configure.in
17 --- nagios-plugins-1.4.10.orig/configure.in 2007-09-29 02:44:36.000000000 +0200
18 +++ nagios-plugins-1.4.10/configure.in 2007-09-29 11:20:19.000000000 +0200
19 @@ -210,26 +210,6 @@
20 LIBS="$_SAVEDLIBS"
21 CPPFLAGS="$_SAVEDCPPFLAGS"
22
23 -dnl Check for radius libraries
24 -_SAVEDLIBS="$LIBS"
25 -AC_CHECK_LIB(radiusclient,rc_read_config)
26 -if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then
27 - EXTRAS="$EXTRAS check_radius"
28 - RADIUSLIBS="-lradiusclient"
29 - AC_SUBST(RADIUSLIBS)
30 -else
31 - AC_CHECK_LIB(radiusclient-ng,rc_read_config)
32 - if test "$ac_cv_lib_radiusclient_ng_rc_read_config" = "yes"; then
33 - EXTRAS="$EXTRAS check_radius"
34 - RADIUSLIBS="-lradiusclient-ng"
35 - AC_SUBST(RADIUSLIBS)
36 - else
37 - AC_MSG_WARN([Skipping radius plugin])
38 - AC_MSG_WARN([install radius libs to compile this plugin (see REQUIREMENTS).])
39 - fi
40 -fi
41 -LIBS="$_SAVEDLIBS"
42 -
43 dnl Check for LDAP libraries
44 _SAVEDLIBS="$LIBS"
45 AC_CHECK_LIB(ldap,main,,,-llber)
46
47
48
49 --
50 gentoo-commits@g.o mailing list