|
@@ -19,7 +19,6 @@ LIGHTTPD_CONF_OPTS = \
|
|
-Dwith_libev=false \
|
|
-Dwith_libev=false \
|
|
-Dwith_libunwind=false \
|
|
-Dwith_libunwind=false \
|
|
-Dwith_mbedtls=false \
|
|
-Dwith_mbedtls=false \
|
|
- -Dwith_mysql=false \
|
|
|
|
-Dwith_nettle=false \
|
|
-Dwith_nettle=false \
|
|
-Dwith_nss=false \
|
|
-Dwith_nss=false \
|
|
-Dwith_pcre=false \
|
|
-Dwith_pcre=false \
|
|
@@ -73,6 +72,13 @@ else
|
|
LIGHTTPD_CONF_OPTS += -Dwith_maxminddb=false
|
|
LIGHTTPD_CONF_OPTS += -Dwith_maxminddb=false
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIGHTTPD_MYSQL),y)
|
|
|
|
+LIGHTTPD_DEPENDENCIES += mysql
|
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_mysql=true
|
|
|
|
+else
|
|
|
|
+LIGHTTPD_CONF_OPTS += -Dwith_mysql=false
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_OPENSSL),y)
|
|
ifeq ($(BR2_PACKAGE_LIGHTTPD_OPENSSL),y)
|
|
LIGHTTPD_DEPENDENCIES += openssl
|
|
LIGHTTPD_DEPENDENCIES += openssl
|
|
LIGHTTPD_CONF_OPTS += -Dwith_openssl=true
|
|
LIGHTTPD_CONF_OPTS += -Dwith_openssl=true
|