|
@@ -5,7 +5,7 @@
|
|
|
################################################################################
|
|
|
|
|
|
LIGHTTPD_VERSION_MAJOR = 1.4
|
|
|
-LIGHTTPD_VERSION = $(LIGHTTPD_VERSION_MAJOR).67
|
|
|
+LIGHTTPD_VERSION = $(LIGHTTPD_VERSION_MAJOR).69
|
|
|
LIGHTTPD_SOURCE = lighttpd-$(LIGHTTPD_VERSION).tar.xz
|
|
|
LIGHTTPD_SITE = http://download.lighttpd.net/lighttpd/releases-$(LIGHTTPD_VERSION_MAJOR).x
|
|
|
LIGHTTPD_LICENSE = BSD-3-Clause
|
|
@@ -13,49 +13,49 @@ LIGHTTPD_LICENSE_FILES = COPYING
|
|
|
LIGHTTPD_CPE_ID_VENDOR = lighttpd
|
|
|
LIGHTTPD_DEPENDENCIES = host-pkgconf xxhash
|
|
|
LIGHTTPD_CONF_OPTS = \
|
|
|
- -Dwith_dbi=false \
|
|
|
- -Dwith_fam=false \
|
|
|
+ -Dwith_dbi=disabled \
|
|
|
+ -Dwith_fam=disabled \
|
|
|
-Dwith_gnutls=false \
|
|
|
- -Dwith_libev=false \
|
|
|
- -Dwith_libunwind=false \
|
|
|
+ -Dwith_libev=disabled \
|
|
|
+ -Dwith_libunwind=disabled \
|
|
|
-Dwith_mbedtls=false \
|
|
|
-Dwith_nettle=false \
|
|
|
-Dwith_nss=false \
|
|
|
- -Dwith_pcre=false \
|
|
|
- -Dwith_sasl=false \
|
|
|
+ -Dwith_pcre=disabled \
|
|
|
+ -Dwith_sasl=disabled \
|
|
|
-Dwith_wolfssl=false \
|
|
|
-Dwith_xattr=false \
|
|
|
- -Dwith_xxhash=true \
|
|
|
+ -Dwith_xxhash=enabled \
|
|
|
-Dbuild_extra_warnings=false \
|
|
|
-Dbuild_static=false \
|
|
|
-Dmoduledir=lib/lighttpd
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_BROTLI),y)
|
|
|
LIGHTTPD_DEPENDENCIES += brotli
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_brotli=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_brotli=enabled
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_brotli=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_brotli=disabled
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_BZIP2),y)
|
|
|
LIGHTTPD_DEPENDENCIES += bzip2
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_bzip=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_bzip=enabled
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_bzip=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_bzip=disabled
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_KRB5),y)
|
|
|
LIGHTTPD_DEPENDENCIES += libkrb5
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_krb5=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_krb5=enabled
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_krb5=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_krb5=disabled
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_LDAP),y)
|
|
|
LIGHTTPD_DEPENDENCIES += openldap
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_ldap=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_ldap=enabled
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_ldap=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_ldap=disabled
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_LUA),y)
|
|
@@ -67,16 +67,16 @@ endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_MAXMINDDB),y)
|
|
|
LIGHTTPD_DEPENDENCIES += libmaxminddb
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_maxminddb=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_maxminddb=enabled
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_maxminddb=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_maxminddb=disabled
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_MYSQL),y)
|
|
|
LIGHTTPD_DEPENDENCIES += mysql
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_mysql=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_mysql=enabled
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_mysql=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_mysql=disabled
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_OPENSSL),y)
|
|
@@ -88,9 +88,9 @@ endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_PAM),y)
|
|
|
LIGHTTPD_DEPENDENCIES += linux-pam
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_pam=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_pam=enabled
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_pam=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_pam=disabled
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_PCRE),y)
|
|
@@ -102,36 +102,36 @@ endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_PGSQL),y)
|
|
|
LIGHTTPD_DEPENDENCIES += postgresql
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_pgsql=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_pgsql=enabled
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_pgsql=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_pgsql=disabled
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_WEBDAV),y)
|
|
|
LIGHTTPD_DEPENDENCIES += libxml2 sqlite
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_webdav_props=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_webdav_props=enabled
|
|
|
ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_webdav_locks=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_webdav_locks=enabled
|
|
|
LIGHTTPD_DEPENDENCIES += util-linux
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_webdav_locks=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_webdav_locks=disabled
|
|
|
endif
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_webdav_props=false -Dwith_webdav_locks=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_webdav_props=disabled -Dwith_webdav_locks=disabled
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_ZLIB),y)
|
|
|
LIGHTTPD_DEPENDENCIES += zlib
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_zlib=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_zlib=enabled
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_zlib=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_zlib=disabled
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_ZSTD),y)
|
|
|
LIGHTTPD_DEPENDENCIES += zstd
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_zstd=true
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_zstd=enabled
|
|
|
else
|
|
|
-LIGHTTPD_CONF_OPTS += -Dwith_zstd=false
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_zstd=disabled
|
|
|
endif
|
|
|
|
|
|
define LIGHTTPD_INSTALL_CONFIG
|