mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 16:35:16 +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:
parent
0dfbd9b268
commit
9205bd846c
@ -72,7 +72,7 @@ do_configure () {
|
|||||||
--prefix=${prefix} \
|
--prefix=${prefix} \
|
||||||
--with-http_ssl_module \
|
--with-http_ssl_module \
|
||||||
--with-http_gzip_static_module \
|
--with-http_gzip_static_module \
|
||||||
${EXTRA_OECONF}
|
${EXTRA_OECONF} ${PACKAGECONFIG_CONFARGS}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user