aports/main/heimdal/100-check-com_err-pthread.patch
Natanael Copa 28c7fb5e58 main/heimdal: upgrade to 1.6_rc2
rebase patches to use -p1, for consitency with rest of aports tree
2015-04-04 17:12:00 +00:00

12 lines
428 B
Diff

--- 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;