Lines Matching refs:with
18 --with-cc="$(TARGET_CC)" \
19 --with-cpp="$(TARGET_CC)" \
20 --with-ld-opt="$(TARGET_LDFLAGS)"
69 $(if $(BR2_PACKAGE_NGINX_FILE_AIO),--with-file-aio) \
70 $(if $(BR2_PACKAGE_NGINX_THREADS),--with-threads)
74 NGINX_CONF_OPTS += --with-libatomic
85 NGINX_CONF_OPTS += --with-pcre
104 $(if $(BR2_PACKAGE_NGINX_SELECT_MODULE),--with-select_module,--without-select_module) \
105 $(if $(BR2_PACKAGE_NGINX_POLL_MODULE),--with-poll_module,--without-poll_module)
122 NGINX_CONF_OPTS += --with-http_v2_module
127 NGINX_CONF_OPTS += --with-http_ssl_module
132 NGINX_CONF_OPTS += --with-http_xslt_module
137 NGINX_CONF_OPTS += --with-http_image_filter_module
142 NGINX_CONF_OPTS += --with-http_geoip_module
147 NGINX_CONF_OPTS += --with-http_gunzip_module
152 NGINX_CONF_OPTS += --with-http_gzip_static_module
157 NGINX_CONF_OPTS += --with-http_secure_link_module
173 $(if $(BR2_PACKAGE_NGINX_HTTP_REALIP_MODULE),--with-http_realip_module) \
174 $(if $(BR2_PACKAGE_NGINX_HTTP_ADDITION_MODULE),--with-http_addition_module) \
175 $(if $(BR2_PACKAGE_NGINX_HTTP_SUB_MODULE),--with-http_sub_module) \
176 $(if $(BR2_PACKAGE_NGINX_HTTP_DAV_MODULE),--with-http_dav_module) \
177 $(if $(BR2_PACKAGE_NGINX_HTTP_FLV_MODULE),--with-http_flv_module) \
178 $(if $(BR2_PACKAGE_NGINX_HTTP_MP4_MODULE),--with-http_mp4_module) \
179 $(if $(BR2_PACKAGE_NGINX_HTTP_AUTH_REQUEST_MODULE),--with-http_auth_request_module) \
180 $(if $(BR2_PACKAGE_NGINX_HTTP_RANDOM_INDEX_MODULE),--with-http_random_index_module) \
181 $(if $(BR2_PACKAGE_NGINX_HTTP_DEGRADATION_MODULE),--with-http_degradation_module) \
182 $(if $(BR2_PACKAGE_NGINX_HTTP_SLICE_MODULE),--with-http_slice_module) \
183 $(if $(BR2_PACKAGE_NGINX_HTTP_STUB_STATUS_MODULE),--with-http_stub_status_module) \
214 NGINX_CONF_OPTS += --with-mail
218 NGINX_CONF_OPTS += --with-mail_ssl_module
230 NGINX_CONF_OPTS += --with-stream
233 NGINX_CONF_OPTS += --with-stream_realip_module
242 NGINX_CONF_OPTS += --with-stream_ssl_module
247 NGINX_CONF_OPTS += --with-stream_geoip_module
251 NGINX_CONF_OPTS += --with-stream_ssl_preread_module
290 NGINX_CONF_OPTS += $(if $(BR2_PACKAGE_NGINX_DEBUG),--with-debug)
302 --with-cc-opt="$(TARGET_CFLAGS) $(NGINX_CFLAGS)"