Changes of Revision 150
[-] | Changed | nginx.spec |
x 1
2 --with-http_secure_link_module \ 3 --with-http_degradation_module \ 4 --with-http_stub_status_module \ 5 - --with-http_xslt_module=dynamic \ 6 - --with-http_image_filter_module=dynamic \ 7 - --with-http_geoip_module=dynamic \ 8 - --with-http_perl_module=dynamic \ 9 - --with-stream=dynamic \ 10 + --with-http_xslt_module \ 11 + --with-http_image_filter_module \ 12 + --with-http_geoip_module \ 13 + --with-http_perl_module \ 14 + --with-stream_module \ 15 --with-stream_ssl_module \ 16 --with-threads \ 17 --with-libatomic \ 18
19 %if 0%{with_rtmp_ext} 20 --add-module=%{_builddir}/nginx-%{version}/%{rtmp} \ 21 %endif 22 - --with-mail=dynamic \ 23 + --with-mail \ 24 --with-mail_ssl_module 25 26 make 27 |