Advertisement
Guest User

Untitled

a guest
Oct 9th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. --- a/m4/reorganization/os_checks.m4.bak 2019-10-08 21:51:38.649712978 +0000
  2. +++ b/m4/reorganization/os_checks.m4 2019-10-08 21:52:01.893560996 +0000
  3. @@ -5,11 +5,7 @@
  4. if test "$have_pthreads" = "yes"; then
  5. THREAD_LIBS="-lpthread"
  6. TH_SAFE="-thread-safe"
  7. - if test "$want_fanotify" = "yes"; then
  8. - AC_CHECK_HEADER([sys/fanotify.h],
  9. - [AC_DEFINE([FANOTIFY],1,[use fanotify])
  10. - have_fanotify="yes"],)
  11. - fi
  12. + have_fanotify="yes"
  13. fi
  14. ;;
  15. kfreebsd*-gnu)
  16.  
  17. --- a/configure 2019-10-08 22:22:47.687578951 +0000
  18. +++ b/configure 2019-10-08 22:23:59.967602999 +0000
  19. @@ -29828,7 +29828,7 @@
  20.  
  21. if test -z "$BUILD_CLAMONACC_TRUE"; then :
  22. if test $curl_version -ge 470272 ; then
  23. - $enable_clamonacc="yes"
  24. + enable_clamonacc="yes"
  25. else
  26. as_fn_error $? "Your libcurl (e.g. libcurl-devel) is too old. Installing ClamAV with clamonacc requires libcurl 7.45 or higher. For a quick fix, run ./configure again with --disable-clamonacc if you do not wish to use on-access scanning features. For more information on ClamAV's on-access scanner, please read our documentation: https://www.clamav.net/documents/on-access-scanning#on-access-scanning" "$LINENO" 5
  27. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement