[oe] [meta-webserver][PATCH] Nginx: use PACKAGECONFIG variables in configure

Gyorgy Szombathelyi gyurco at freemail.hu
Thu Sep 14 15:59:32 UTC 2017


Signed-off-by: Gyorgy Szombathelyi <gyurco at freemail.hu>
---
 meta-webserver/recipes-httpd/nginx/nginx.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
index 77d1b32..4a97e26 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 () {
-- 
2.7.4




More information about the Openembedded-devel mailing list