mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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:
committed by
Martin Jansa
parent
0dfbd9b268
commit
9205bd846c
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user