summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/nginx/nginx.inc
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2023-10-04 09:13:45 -0700
committerArmin Kuster <akuster808@gmail.com>2023-10-12 09:58:05 -0400
commit97b72c0c42c9134ec456e54d77f971c35ccaccc3 (patch)
tree8a6062fb9e33c921aa1a46a321c625a288943745 /meta-webserver/recipes-httpd/nginx/nginx.inc
parentccbc4478f739267c29ce31e52c2f984d57f2c381 (diff)
downloadmeta-openembedded-97b72c0c42c9134ec456e54d77f971c35ccaccc3.tar.gz
nginx: add configure option
Support --with-http_xslt_module configure option via a PACKAGECONFIG option. The option is not added to the defaults. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e0ac8eec48ddddc93751cfcdef2557998bfe91c8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 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
27inherit siteinfo update-rc.d useradd systemd 28inherit siteinfo update-rc.d useradd systemd
@@ -47,6 +48,8 @@ PACKAGECONFIG[ipv6] = "--with-ipv6,,"
47PACKAGECONFIG[webdav] = "--with-http_dav_module,," 48PACKAGECONFIG[webdav] = "--with-http_dav_module,,"
48PACKAGECONFIG[stream] = "--with-stream,," 49PACKAGECONFIG[stream] = "--with-stream,,"
49 50
51PACKAGECONFIG[xslt] = "--with-http_xslt_module,,libxslt"
52
50do_configure () { 53do_configure () {
51 if [ "${SITEINFO_BITS}" = "64" ]; then 54 if [ "${SITEINFO_BITS}" = "64" ]; then
52 PTRSIZE=8 55 PTRSIZE=8