From 2551c5e231ee75c7f3f8e56ebe11dce73a48ef7e Mon Sep 17 00:00:00 2001 From: kouril Date: Fri, 28 Nov 2003 22:41:18 +0000 Subject: [PATCH] updated list of Heimdal libs for Openbsd --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.1.4