1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-21 08:17:05 +00:00

lighttpd: rebuild after DTTOIF symbol has been added to toolchain

Hopefully fixes https://github.com/termux/termux-packages/issues/3968.
This commit is contained in:
Henrik Grimler 2021-11-23 10:57:40 +01:00
parent b7feda48ef
commit a2ea95e340
No known key found for this signature in database
GPG Key ID: B0076E490B71616B

View File

@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Fast webserver with minimal memory footprint"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.4.61
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-bzip2 --with-openssl --with-pcre --with-zlib"