mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
411 B
Plaintext
14 lines
411 B
Plaintext
--- configure.orig Wed Aug 30 07:17:21 2000
|
|
+++ configure Wed Aug 30 07:18:31 2000
|
|
@@ -9346,6 +9346,10 @@
|
|
LIB_openldap="-rpath $openldap_libdir $LIB_openldap"
|
|
fi
|
|
|
|
+# Kerberos IV on FreeBSD depends on libcom_err
|
|
+LIBS="-lcom_err $LIBS"
|
|
+echo '#define HAVE_LIBCOM_ERR 1' >> confdefs.h
|
|
+
|
|
# Check whether --with-krb4 or --without-krb4 was given.
|
|
if test "${with_krb4+set}" = set; then
|
|
withval="$with_krb4"
|