]> git.pld-linux.org Git - packages/net-snmp.git/commitdiff
- ksm configure fix
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Dec 2006 12:30:27 +0000 (12:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    net-snmp-acfix.patch -> 1.8

net-snmp-acfix.patch

index 03874e8fee627692e6fe1c611bfbfcc425f33df6..f2e07a278585f1ee5b5fa062daeb0e9419220aa8 100644 (file)
@@ -1,6 +1,19 @@
 diff -ur net-snmp-5.3.org/configure.in net-snmp-5.3/configure.in
 --- net-snmp-5.3.org/configure.in      2005-12-28 18:20:56.000000000 +0100
 +++ net-snmp-5.3/configure.in  2006-01-09 01:07:39.031490000 +0100
+@@ -1704,11 +1704,11 @@
+   if test "x$sec" = "xksm" -a "xyes" = "x$already_checked_krb5"; then
+     continue
+   fi
+-  already_checked_krb5=yes
+   if test x$sec != xksm; then
+     rebuilt_new_with_security="$rebuilt_new_with_security $sec"
+   else
++    already_checked_krb5=yes
+     if test no = $trykrb5; then
+       AC_MSG_NOTICE([configured not to use krb5. disabling ksm])
+       continue
 @@ -2661,23 +2661,6 @@
      LIBS="${LIBS} -ladm"
      AGENTLIBS="${AGENTLIBS} -ladm"))
This page took 0.125679 seconds and 4 git commands to generate.