From 9205bd846c262fccddc62619fe84cd50d8a44372 Mon Sep 17 00:00:00 2001 From: Szombathelyi György Date: Thu, 14 Sep 2017 17:59:32 +0200 Subject: Nginx: use PACKAGECONFIG variables in configure Signed-off-by: Gyorgy Szombathelyi Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/nginx/nginx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index 77d1b323e6..4a97e2670d 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc @@ -72,7 +72,7 @@ do_configure () { --prefix=${prefix} \ --with-http_ssl_module \ --with-http_gzip_static_module \ - ${EXTRA_OECONF} + ${EXTRA_OECONF} ${PACKAGECONFIG_CONFARGS} } do_install () { -- cgit 1.2.3-korg