aboutsummaryrefslogtreecommitdiffstats
path: root/main/heimdal/100-check-com_err-pthread.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/heimdal/100-check-com_err-pthread.patch')
-rw-r--r--main/heimdal/100-check-com_err-pthread.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/heimdal/100-check-com_err-pthread.patch b/main/heimdal/100-check-com_err-pthread.patch
deleted file mode 100644
index ca58da32d7..0000000000
--- a/main/heimdal/100-check-com_err-pthread.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- heimdal-1.3.1/cf/check-compile-et.m4.orig
-+++ b/heimdal-1.3.1/cf/check-compile-et.m4
-@@ -61,7 +61,7 @@
- elif test "${krb_cv_compile_et}" = "yes"; then
- dnl Since compile_et seems to work, let's check libcom_err
- krb_cv_save_LIBS="${LIBS}"
-- LIBS="${LIBS} -lcom_err"
-+ LIBS="${LIBS} -lcom_err -lpthread"
- AC_MSG_CHECKING(for com_err)
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <com_err.h>]],[[
- const char *p;