nginx: remove deprecated ipv6 compile flag
The build process for both mainline and stable print a warning that "--with-ipv6" is deprecated
This commit is contained in:
parent
66fe192301
commit
12e0e9d31c
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ stdenv.mkDerivation {
|
|||
"--with-http_secure_link_module"
|
||||
"--with-http_degradation_module"
|
||||
"--with-http_stub_status_module"
|
||||
"--with-ipv6"
|
||||
# Install destination problems
|
||||
# "--with-http_perl_module"
|
||||
] ++ optional withStream "--with-stream"
|
||||
|
|
Loading…
Reference in a new issue