diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-27 20:28:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-27 20:28:56 +0000 |
commit | 0d27d156cab631adb3e31efa9f93195b4da9cd0a (patch) | |
tree | 452e913d3104a19b96ea445a1401d23ad3c8fca7 /main/heimdal/100-check-com_err-pthread.patch | |
parent | 38c0e57b47fb699c1e7d87d31db5905f22ffb71b (diff) | |
download | aports-0d27d156cab631adb3e31efa9f93195b4da9cd0a.tar.bz2 aports-0d27d156cab631adb3e31efa9f93195b4da9cd0a.tar.xz |
main/heimdal: use e2fsprogs's com_err
real fix in there.
Diffstat (limited to 'main/heimdal/100-check-com_err-pthread.patch')
-rw-r--r-- | main/heimdal/100-check-com_err-pthread.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/heimdal/100-check-com_err-pthread.patch b/main/heimdal/100-check-com_err-pthread.patch new file mode 100644 index 0000000000..f2a4b637b0 --- /dev/null +++ b/main/heimdal/100-check-com_err-pthread.patch @@ -0,0 +1,11 @@ +--- heimdal-1.3.1/cf/check-compile-et.m4.orig ++++ 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; |