c02b407e92
filesystem without interference from devel/CVS metadata. PKGNAME stays the same. Discussed with agc.
13 lines
606 B
Text
13 lines
606 B
Text
$NetBSD: patch-av,v 1.1 2007/05/27 09:49:54 schmonz Exp $
|
|
|
|
--- configure.in.orig 2005-09-28 05:29:46.000000000 +0200
|
|
+++ configure.in
|
|
@@ -377,7 +377,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=])
|