summaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
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 51523b606..e6ae52a09 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -51,7 +51,7 @@ do_configure () {
51 51
52 ./configure \ 52 ./configure \
53 --crossbuild=Linux:${TUNE_ARCH} \ 53 --crossbuild=Linux:${TUNE_ARCH} \
54 --with-endian=${@base_conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \ 54 --with-endian=${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \
55 --with-int=4 \ 55 --with-int=4 \
56 --with-long=${PTRSIZE} \ 56 --with-long=${PTRSIZE} \
57 --with-long-long=8 \ 57 --with-long-long=8 \