summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/nginx/nginx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-httpd/nginx/nginx.inc')
-rw-r--r--meta-webserver/recipes-httpd/nginx/nginx.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
index 231c1d1ec..9f93c7051 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -22,6 +22,7 @@ SRC_URI = " \
22 file://nginx-volatile.conf \ 22 file://nginx-volatile.conf \
23 file://nginx.service \ 23 file://nginx.service \
24 file://nginx-fix-pidfile.patch \ 24 file://nginx-fix-pidfile.patch \
25 file://0001-configure-libxslt-conf.patch \
25" 26"
26 27
27inherit siteinfo update-rc.d useradd systemd 28inherit siteinfo update-rc.d useradd systemd
@@ -45,6 +46,8 @@ PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
45PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,," 46PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
46PACKAGECONFIG[stream] = "--with-stream,," 47PACKAGECONFIG[stream] = "--with-stream,,"
47 48
49PACKAGECONFIG[xslt] = "--with-http_xslt_module,,libxslt"
50
48do_configure () { 51do_configure () {
49 if [ "${SITEINFO_BITS}" = "64" ]; then 52 if [ "${SITEINFO_BITS}" = "64" ]; then
50 PTRSIZE=8 53 PTRSIZE=8