summaryrefslogtreecommitdiff
path: root/devel/scmcvs/patches/patch-av
blob: 76c5f0aa62a475d5b81ef572f629c22841e1b3b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-av,v 1.3 2013/10/14 06:51:02 adam Exp $

--- configure.in.orig	2008-05-07 20:10:34.000000000 +0000
+++ configure.in
@@ -587,7 +587,7 @@ if test -n "$krb_h"; then
            [LDFLAGS=$hold_ldflags
             # Using open here instead of printf so we don't
             # get confused by the cached value for printf from above.
-            AC_CHECK_LIB(krb,open,[krb_lib=yes krb_libdir=])])
+            AC_CHECK_LIB(krb,open,[krb_lib=yes krb_libdir=])],[-ldes -lcom_err -lroken -lcrypt])
        LDFLAGS=$hold_ldflags
   else
        AC_CHECK_LIB(krb,printf,[krb_lib=yes krb_libdir=])