mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
hiawatha: fix bug #5276 and bump to version 8.4
Fix bug #5276 by disabling IPv6 when the toolchain lacks it. It builds fine even if it's enabled but it probably doesn't work fine. Also bump to version 8.4: * MaxServerLoad option added. * Bugfix: invalid reverse proxy request when URL parameters are present. * PolarSSL updated to version 1.1.4. * Small bugfixes and improvements. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c5832382a1
commit
0c1ad30992
@ -1,4 +1,4 @@
|
|||||||
HIAWATHA_VERSION = 8.3
|
HIAWATHA_VERSION = 8.4
|
||||||
HIAWATHA_SITE = http://www.hiawatha-webserver.org/files/
|
HIAWATHA_SITE = http://www.hiawatha-webserver.org/files/
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_HIAWATHA_SSL),y)
|
ifeq ($(BR2_PACKAGE_HIAWATHA_SSL),y)
|
||||||
@ -7,6 +7,7 @@ HIAWATHA_DEPENDENCIES += polarssl
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
HIAWATHA_CONF_OPT += \
|
HIAWATHA_CONF_OPT += \
|
||||||
|
$(if $(BR2_INET_IPV6),,-DENABLE_IPV6=OFF) \
|
||||||
-DENABLE_TOOLKIT=OFF \
|
-DENABLE_TOOLKIT=OFF \
|
||||||
-DENABLE_XSLT=OFF \
|
-DENABLE_XSLT=OFF \
|
||||||
-DCONFIG_DIR=/etc/hiawatha \
|
-DCONFIG_DIR=/etc/hiawatha \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user