diff mbox series

[meta-webserver] meta-webserver: nginx: Add ipv6 support

Message ID 20221027142043.177983-1-JPEWhacker@gmail.com
State Under Review
Headers show
Series [meta-webserver] meta-webserver: nginx: Add ipv6 support | expand

Commit Message

Joshua Watt Oct. 27, 2022, 2:20 p.m. UTC
Adds a PACKAGECONFIG to enable ipv6 in nginx

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta-webserver/recipes-httpd/nginx/nginx.inc | 1 +
 1 file changed, 1 insertion(+)

Comments

Ross Burton Oct. 27, 2022, 4:11 p.m. UTC | #1
IPv6 is the glorious future, shouldn’t we turn this on?

(or at least, respect the ipv6 distro feature)

Ross

> On 27 Oct 2022, at 15:20, Joshua Watt via lists.openembedded.org <JPEWhacker=gmail.com@lists.openembedded.org> wrote:
> 
> Adds a PACKAGECONFIG to enable ipv6 in nginx
> 
> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> ---
> meta-webserver/recipes-httpd/nginx/nginx.inc | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
> index dfced3330..33791ec6a 100644
> --- a/meta-webserver/recipes-httpd/nginx/nginx.inc
> +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
> @@ -43,6 +43,7 @@ PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,,"
> PACKAGECONFIG[http2] = "--with-http_v2_module,,"
> PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
> PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
> +PACKAGECONFIG[ipv6] = "--with-ipv6,,"
> 
> do_configure () {
>     if [ "${SITEINFO_BITS}" = "64" ]; then
> -- 
> 2.33.0
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#99321): https://lists.openembedded.org/g/openembedded-devel/message/99321
> Mute This Topic: https://lists.openembedded.org/mt/94604935/6875888
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ross.burton@arm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj Oct. 27, 2022, 4:46 p.m. UTC | #2
On Thu, Oct 27, 2022 at 9:11 AM Ross Burton <ross.burton@arm.com> wrote:
>
> IPv6 is the glorious future, shouldn’t we turn this on?
>
> (or at least, respect the ipv6 distro feature)

yes IPv6 enable under distro_feature knob seems a good thing.

>
> Ross
>
> > On 27 Oct 2022, at 15:20, Joshua Watt via lists.openembedded.org <JPEWhacker=gmail.com@lists.openembedded.org> wrote:
> >
> > Adds a PACKAGECONFIG to enable ipv6 in nginx
> >
> > Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> > ---
> > meta-webserver/recipes-httpd/nginx/nginx.inc | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
> > index dfced3330..33791ec6a 100644
> > --- a/meta-webserver/recipes-httpd/nginx/nginx.inc
> > +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
> > @@ -43,6 +43,7 @@ PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,,"
> > PACKAGECONFIG[http2] = "--with-http_v2_module,,"
> > PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
> > PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
> > +PACKAGECONFIG[ipv6] = "--with-ipv6,,"
> >
> > do_configure () {
> >     if [ "${SITEINFO_BITS}" = "64" ]; then
> > --
> > 2.33.0
> >
> >
> >
> >
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#99322): https://lists.openembedded.org/g/openembedded-devel/message/99322
> Mute This Topic: https://lists.openembedded.org/mt/94604935/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
index dfced3330..33791ec6a 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -43,6 +43,7 @@  PACKAGECONFIG[gunzip] = "--with-http_gunzip_module,,"
 PACKAGECONFIG[http2] = "--with-http_v2_module,,"
 PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
 PACKAGECONFIG[http-auth-request] = "--with-http_auth_request_module,,"
+PACKAGECONFIG[ipv6] = "--with-ipv6,,"
 
 do_configure () {
     if [ "${SITEINFO_BITS}" = "64" ]; then