mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
nginx: enable ktls
This commit is contained in:
parent
adfea63650
commit
f600360ccb
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# See comments in mime-types template
|
||||
pkgname=nginx
|
||||
version=1.24.0
|
||||
revision=3
|
||||
revision=4
|
||||
_tests_commit=36a4563f7f00
|
||||
_njs_version=0.7.12
|
||||
create_wrksrc=yes
|
||||
|
@ -42,6 +42,7 @@ configure_args="--prefix=${_cfgdir}
|
|||
--with-http_xslt_module=dynamic
|
||||
--with-http_geoip_module=dynamic
|
||||
--with-http_perl_module=dynamic
|
||||
--with-openssl-opt=enable-ktls
|
||||
--with-stream=dynamic
|
||||
--with-stream_geoip_module=dynamic
|
||||
--with-stream_realip_module
|
||||
|
|
Loading…
Add table
Reference in a new issue