aboutsummaryrefslogtreecommitdiffstats
path: root/security/heimdal/files/patch-cc
diff options
context:
space:
mode:
Diffstat (limited to 'security/heimdal/files/patch-cc')
-rw-r--r--security/heimdal/files/patch-cc22
1 files changed, 4 insertions, 18 deletions
diff --git a/security/heimdal/files/patch-cc b/security/heimdal/files/patch-cc
index eaf8dbd24672..cd78e505a2ed 100644
--- a/security/heimdal/files/patch-cc
+++ b/security/heimdal/files/patch-cc
@@ -1,7 +1,7 @@
---- configure.orig Sun Dec 10 21:21:14 2000
-+++ configure Thu Jan 4 08:53:33 2001
-@@ -9511,6 +9511,10 @@
- LIB_openldap="-rpath $openldap_libdir $LIB_openldap"
+--- configure.orig Mon Feb 5 02:03:23 2001
++++ configure Mon Feb 5 08:29:21 2001
+@@ -11827,6 +11827,10 @@
+ LIB_openldap="-R $openldap_libdir $LIB_openldap"
fi
+# Kerberos IV on FreeBSD depends on libcom_err
@@ -11,17 +11,3 @@
# Check whether --with-krb4 or --without-krb4 was given.
if test "${with_krb4+set}" = set; then
withval="$with_krb4"
-@@ -18164,7 +18168,12 @@
- \( "$ac_cv_func_SHA1Init" = "yes" -o "$ac_cv_func_SHA1_Init" = "yes" \) -a \
- "$ac_cv_func_RC4" = "yes"; then
- DIR_des=''
-- LIB_des="-rpath $krb4_libdir -L$krb4_libdir $ac_cv_funclib_MD4Init"
-+ LIB_des="-rpath $krb4_libdir -L$krb4_libdir"
-+ if test "$ac_cv_func_MD4Init" = "yes"; then
-+ LIB_des="$LIB_des $ac_cv_funclib_MD4Init"
-+ else
-+ LIB_des="$LIB_des $ac_cv_funclib_MD4_Init"
-+ fi
- else
- DIR_des='des'
- LIB_des='$(top_builddir)/lib/des/libdes.la'