Changes of Revision 74
[-] | Changed | nginx.spec |
x 1
2 %define nginx_webroot %{nginx_datadir}/html 3 4 %define rtmp_ext nginx-rtmp-module 5 -%define rtmp_ext_version 1.1.5 6 +%define rtmp_ext_version 1.1.6 7 %define rtmp %{rtmp_ext}-%{rtmp_ext_version} 8 %define rtmp_nover %{rtmp_ext} 9 -%define with_rtmp_ext 0 10 +%define with_rtmp_ext 1 11 12 %define nps_version 1.9.32.2 13 %define slowfs_version 1.5 14
15 %if 0%{with_rtmp_ext} 16 --add-module=%{_builddir}/nginx-%{version}/%{rtmp} \ 17 %endif 18 - --without-mail_pop3_module \ 19 - --without-mail_imap_module \ 20 - --without-mail_smtp_module 21 + --with-mail_pop3_module \ 22 + --with-mail_imap_module \ 23 + --with-mail_smtp_module 24 25 make 26 27 |
||
Added | nginx-rtmp-module-1.1.6.tar.gz ^ |