From: kouril Date: Fri, 28 Nov 2003 22:41:18 +0000 (+0000) Subject: updated list of Heimdal libs for Openbsd X-Git-Tag: v5.0-rc4~25 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=2551c5e231ee75c7f3f8e56ebe11dce73a48ef7e;hp=573351a2b8f4d890760c06ac03828a31ed19d124;p=mod_auth_kerb.cvs%2F.git updated list of Heimdal libs for Openbsd --- diff --git a/configure.in b/configure.in index be65ceb..1a02ae8 100644 --- a/configure.in +++ b/configure.in @@ -48,10 +48,10 @@ if test "x$with_krb5" != "xno" ; then krb5_config_command="$with_krb5/bin/krb5-config" else # quick fix for OpenBSD installations where krb5-config is missing. - # OpenBSD uses Heimdal, so add libs for Heimdal (libcrypto from - # Openssl is supposed to be installed somewhere in the system) + # OpenBSD uses Heimdal, so add openbsd-specific configuration + # libs for Heimdal KRB5_CPPFLAGS="-I$with_krb5/include" - KRB5_LDFLAGS="-L$with_krb5/lib -lkrb5 -lasn1 -lroken -lcrypt -lcrypto" + KRB5_LDFLAGS="-L$with_krb5/lib -lkrb5 -lasn1 -ldes -lcrypt" krb5_config_command="" fi fi