]> git.pld-linux.org Git - packages/nginx.git/commitdiff
enable file aio auto/th/nginx-1.21.5-1
authorJan Palus <atler@pld-linux.org>
Fri, 7 Jan 2022 16:23:45 +0000 (17:23 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 7 Jan 2022 16:23:45 +0000 (17:23 +0100)
nginx.spec

index f5c9dadd7aedf166ccce493e5db45cadd443314e..6a44bd60d2a58bc76cb8e968ffbd8cf07d8fea0f 100644 (file)
@@ -6,6 +6,7 @@
 # Conditional build for nginx:
 # Features
 %bcond_with    debug           # enable debug logging: http://nginx.org/en/docs/debugging_log.html
+%bcond_without file_aio        # file AIO support
 %bcond_without threads         # thread pool support
 # Modules
 %bcond_without addition        # http addition module
@@ -372,6 +373,7 @@ cp -f configure auto/
        %{?with_http2:--with-http_v2_module} \
        %{?with_modsecurity:--add-module=modsecurity-%{modsecurity_version}/nginx/modsecurity} \
        --with-http_secure_link_module \
+       %{?with_file_aio:--with-file-aio} \
        %{nil}
 
 %{__make}
This page took 0.05967 seconds and 4 git commands to generate.