summaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authorSzombathelyi György <gyurco@freemail.hu>2017-09-14 17:59:32 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-18 10:18:12 +0200
commit9205bd846c262fccddc62619fe84cd50d8a44372 (patch)
tree1523fb9992512043e330edb2d49f20d2a74fc4de /meta-webserver
parent0dfbd9b2687abb33e3cd8fec17cdfce655265e54 (diff)
downloadmeta-openembedded-9205bd846c262fccddc62619fe84cd50d8a44372.tar.gz
Nginx: use PACKAGECONFIG variables in configure
Signed-off-by: Gyorgy Szombathelyi <gyurco@freemail.hu> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r--meta-webserver/recipes-httpd/nginx/nginx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
index 77d1b323e..4a97e2670 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -72,7 +72,7 @@ do_configure () {
72 --prefix=${prefix} \ 72 --prefix=${prefix} \
73 --with-http_ssl_module \ 73 --with-http_ssl_module \
74 --with-http_gzip_static_module \ 74 --with-http_gzip_static_module \
75 ${EXTRA_OECONF} 75 ${EXTRA_OECONF} ${PACKAGECONFIG_CONFARGS}
76} 76}
77 77
78do_install () { 78do_install () {