patch-build_openldap_m4 499 B

12345678910111213
  1. $OpenBSD: patch-build_openldap_m4,v 1.1 2011/01/07 10:24:30 pea Exp $
  2. --- build/openldap.m4.orig Mon Dec 7 14:39:00 2009
  3. +++ build/openldap.m4 Mon Dec 7 14:39:15 2009
  4. @@ -251,7 +251,7 @@ AC_DEFUN([OL_ICU],
  5. AC_CHECK_HEADERS( unicode/utypes.h )
  6. if test $ac_cv_header_unicode_utypes_h = yes ; then
  7. dnl OL_ICULIBS="-licui18n -licuuc -licudata"
  8. - OL_ICULIBS="-licuuc -licudata"
  9. + OL_ICULIBS="-licuuc -licudata -pthread"
  10. AC_CACHE_CHECK([for ICU libraries], [ol_cv_lib_icu], [
  11. ol_LIBS="$LIBS"