]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- enable threads (it must be enabled in configuration - aio threads) auto/th/nginx-1.8.0-7
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 28 Aug 2015 13:30:21 +0000 (15:30 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 28 Aug 2015 13:30:21 +0000 (15:30 +0200)
nginx.spec

index 1af8e0964b1b7e0ddc4c7973473cdbf79dc93427..0816b6d565612eef781d663c964c9f178c80ef26 100644 (file)
@@ -18,9 +18,9 @@
 %bcond_without spdy            # spdy module
 %bcond_without status          # status module
 %bcond_without ssl             # ssl support
+%bcond_without threads         # thread pool support
 %bcond_with    http_browser    # header "User-agent" parser
 %bcond_with    rtmp            # rtmp support
-%bcond_with    threads         # thread pool support
 %bcond_with    debug           # enable debug logging: http://nginx.org/en/docs/debugging_log.html
 %bcond_without auth_request    # auth_request module
 %bcond_with    modsecurity     # modsecurity module
@@ -38,7 +38,7 @@ Summary(pl.UTF-8):    Serwer HTTP i odwrotne proxy o wysokiej wydajnoĹ›ci
 # - mainline: production quality but API can change
 Name:          nginx
 Version:       1.8.0
-Release:       6
+Release:       7
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://nginx.org/download/%{name}-%{version}.tar.gz
This page took 0.098073 seconds and 4 git commands to generate.