Nginx: use PACKAGECONFIG variables in configure

Signed-off-by: Gyorgy Szombathelyi <gyurco@freemail.hu>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Szombathelyi György 2017-09-14 17:59:32 +02:00 committed by Martin Jansa
parent 0dfbd9b268
commit 9205bd846c

View File

@ -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 () {