[28123] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Test for verto_set_flags in system libverto

daemon@ATHENA.MIT.EDU (Greg Hudson)
Sat Dec 21 00:05:40 2013

Date: Sat, 21 Dec 2013 00:05:36 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201312210505.rBL55aSx002395@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/a47d639770f32418c6e3fa8a0503019c9b376d2a
commit a47d639770f32418c6e3fa8a0503019c9b376d2a
Author: Greg Hudson <ghudson@mit.edu>
Date:   Thu Dec 19 23:47:22 2013 -0500

    Test for verto_set_flags in system libverto
    
    libkrad relies on verto_set_flags, which was added to libverto in
    release 0.2.4.  Make sure the system libverto has this function before
    choosing it over the built-in version.
    
    ticket: 7808 (new)
    target_version: 1.12.1
    tags: pullup

 src/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/configure.in b/src/configure.in
index 0dbfbb4..5e616b6 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1264,7 +1264,7 @@ if test "x$with_system_verto" != xno; then
     VERTO_LIBS=`pkg-config --libs libverto`
     VERTO_VERSION=sys
   else
-    AC_CHECK_LIB([verto], [verto_run], [VERTO_VERSION=sys],
+    AC_CHECK_LIB([verto], [verto_set_flags], [VERTO_VERSION=sys],
       [if test "x$with_system_verto" = xyes; then
         AC_MSG_ERROR([cannot detect system libverto])
       fi])
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post