summaryrefslogtreecommitdiff
path: root/data/lighttpd/make.sh
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-29 17:53:00 +0000
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-06-30 21:45:47 +0000
commit539443a1c734df24d3598648bd257bd14671c911 (patch)
tree0b58867de146178ef1f608b07125db732c2dd181 /data/lighttpd/make.sh
parentefb378ccb0f25b4341af23138b13c57ec8111c9f (diff)
Updated lighttpd.
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