1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/security/heimdal/files/patch-cb
Jacques Vidrine 07eded5f23 Fix packaging: Need to check for com_err when building with Kerberos IV
libraries.

Reported by:	bento.freebsd.org
2000-03-31 05:20:41 +00:00

14 lines
328 B
Plaintext

--- configure.in.orig Tue Feb 22 21:42:25 2000
+++ configure.in Thu Mar 30 22:52:03 2000
@@ -73,6 +73,10 @@
fi
])
+dnl Kerberos 4 libraries are quite likely to need to link against
+dnl libcom_err.
+AC_CHECK_LIB(com_err, init_error_table)
+
AC_TEST_PACKAGE_NEW(krb4,[#include <krb.h>],-lkrb,-ldes,/usr/athena)
LIB_kdb=