summaryrefslogtreecommitdiff
path: root/data/lighttpd/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/make.sh')
-rw-r--r--data/lighttpd/make.sh7
1 files changed, 4 insertions, 3 deletions
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