mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
nginx: Fix build when static libs disabled
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
1bc81c088d
commit
df2f7079c4
@@ -31,6 +31,7 @@ NGINX_WWWDIR ?= "${localstatedir}/www/localhost"
|
|||||||
NGINX_USER ?= "www"
|
NGINX_USER ?= "www"
|
||||||
|
|
||||||
EXTRA_OECONF = ""
|
EXTRA_OECONF = ""
|
||||||
|
DISABLE_STATIC = ""
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
if [ "${SITEINFO_BITS}" = "64" ]; then
|
if [ "${SITEINFO_BITS}" = "64" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user