From: Frank Lahm Date: Wed, 23 Nov 2011 11:45:14 +0000 (+0100) Subject: Disable sendfile() on Solaris for now, there's a bug somewhere X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9e43153cf13b9307cacb8de155fdd638edf5fb5;hp=-c;p=netatalk.git Disable sendfile() on Solaris for now, there's a bug somewhere --- d9e43153cf13b9307cacb8de155fdd638edf5fb5 diff --git a/configure.ac b/configure.ac index af08757c..0c711b14 100644 --- a/configure.ac +++ b/configure.ac @@ -838,6 +838,8 @@ if test x"$netatalk_cv_search_sendfile" = x"yes"; then AC_DEFINE(SENDFILE_FLAVOR_SOLARIS, 1, [Solaris sendfile()]) AC_SEARCH_LIBS(sendfile, sendfile) AC_CHECK_FUNC([sendfile], [netatalk_cv_HAVE_SENDFILE=yes]) +dnl -- there's a bug somewhere, disable for now + netatalk_cv_HAVE_SENDFILE=no ;; *freebsd*)