|
@@ -23,7 +23,6 @@ LIGHTTPD_CONF_OPTS = \
|
|
-Dwith_nettle=false \
|
|
-Dwith_nettle=false \
|
|
-Dwith_nss=false \
|
|
-Dwith_nss=false \
|
|
-Dwith_pcre=false \
|
|
-Dwith_pcre=false \
|
|
- -Dwith_pgsql=false \
|
|
|
|
-Dwith_sasl=false \
|
|
-Dwith_sasl=false \
|
|
-Dwith_wolfssl=false \
|
|
-Dwith_wolfssl=false \
|
|
-Dwith_xattr=false \
|
|
-Dwith_xattr=false \
|
|
@@ -95,6 +94,13 @@ else
|
|
LIGHTTPD_CONF_OPTS += -Dwith_pcre2=false
|
|
LIGHTTPD_CONF_OPTS += -Dwith_pcre2=false
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIGHTTPD_PGSQL),y)
|
|
|
|
+LIGHTTPD_DEPENDENCIES += postgresql
|
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_pgsql=true
|
|
|
|
+else
|
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_pgsql=false
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_WEBDAV),y)
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_WEBDAV),y)
|
|
LIGHTTPD_DEPENDENCIES += libxml2 sqlite
|
|
LIGHTTPD_DEPENDENCIES += libxml2 sqlite
|
|
LIGHTTPD_CONF_OPTS += -Dwith_webdav_props=true
|
|
LIGHTTPD_CONF_OPTS += -Dwith_webdav_props=true
|