diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/nginx/nginx.inc')
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx.inc | 3 |
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 1ea32f7c94..8890e0bea1 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 | ||
| 27 | inherit siteinfo update-rc.d useradd systemd | 28 | inherit siteinfo update-rc.d useradd systemd |
| @@ -47,6 +48,8 @@ PACKAGECONFIG[ipv6] = "--with-ipv6,," | |||
| 47 | PACKAGECONFIG[webdav] = "--with-http_dav_module,," | 48 | PACKAGECONFIG[webdav] = "--with-http_dav_module,," |
| 48 | PACKAGECONFIG[stream] = "--with-stream,," | 49 | PACKAGECONFIG[stream] = "--with-stream,," |
| 49 | 50 | ||
| 51 | PACKAGECONFIG[xslt] = "--with-http_xslt_module,,libxslt" | ||
| 52 | |||
| 50 | do_configure () { | 53 | do_configure () { |
| 51 | if [ "${SITEINFO_BITS}" = "64" ]; then | 54 | if [ "${SITEINFO_BITS}" = "64" ]; then |
| 52 | PTRSIZE=8 | 55 | PTRSIZE=8 |
