012-disable-wcsftime-detection.patch 647 B

12345678910111213
  1. diff --git a/configure b/configure
  2. index 274af7e..85bbf0e 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -10555,7 +10555,7 @@ for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \
  6. sigtimedwait sigwait sigwaitinfo snprintf strftime strlcpy symlinkat sync \
  7. sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
  8. truncate uname unlinkat unsetenv utimensat utimes waitid waitpid wait3 wait4 \
  9. - wcscoll wcsftime wcsxfrm wmemcmp writev _getpty
  10. + wcscoll wcsxfrm wmemcmp writev _getpty
  11. do :
  12. as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  13. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"