From 59f5fd20e2f59ae186d5a461aef7782dd55e4e7b Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Mon, 29 Apr 2019 17:53:00 +0000 Subject: Updated lighttpd. --- data/lighttpd/make.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'data/lighttpd/make.sh') diff --git a/data/lighttpd/make.sh b/data/lighttpd/make.sh index ec4b81037..79b771967 100644 --- a/data/lighttpd/make.sh +++ b/data/lighttpd/make.sh @@ -1,5 +1,6 @@ pkg:setup -autoconf -PCRE_LIB=-lpcre pkg:configure --libdir=/usr/lib/lighttpd --with-bz2 --with-webdav-locks --with-webdav-props -make +./autogen.sh +ac_cv_func_sendfile=no ac_cv_search_sendfilev=no pkg:configure --libdir=${PKG_TAPF}/lib/lighttpd --with-openssl --with-zlib --with-webdav-props +# Mac: sendfile causes crashes. +pkg:make pkg:install -- cgit v1.2.3