wok-current diff nginx-extras/receipt @ rev 23650
updated smartmontools (7.0 -> 7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 14:57:44 2020 +0100 (2020-04-20) |
parents | d25a28bf6b6c |
children | 83b97236db32 |
line diff
1.1 --- a/nginx-extras/receipt Wed Mar 25 08:10:44 2020 +0100 1.2 +++ b/nginx-extras/receipt Mon Apr 20 14:57:44 2020 +0100 1.3 @@ -23,6 +23,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # 1.16.0 invalid: 1.8 + # --with-http_spdy_module 1.9 + 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 --conf-path=/etc/nginx/nginx.conf \ 1.13 @@ -34,7 +37,6 @@ 1.14 --http-proxy-temp-path=/var/spool/nginx/proxy \ 1.15 --http-fastcgi-temp-path=/var/spool/nginx/fastcgi \ 1.16 --with-http_ssl_module \ 1.17 - --with-http_spdy_module \ 1.18 --with-http_realip_module \ 1.19 --with-http_addition_module \ 1.20 --with-http_xslt_module \