]> git.pld-linux.org Git - packages/nginx.git/commitdiff
Enable the 'secure_link' module
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 21 Jan 2014 13:17:21 +0000 (14:17 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 21 Jan 2014 13:17:21 +0000 (14:17 +0100)
nginx.spec

index 291c163c270bcac5f39bdd03150a4b8455c9d589..c5d3e6b3a8de43cfc47d75806be95c630924be00 100644 (file)
@@ -322,6 +322,7 @@ cp -f configure auto/
        %{?with_ssl:--with-http_ssl_module} \
        %{!?with_http_browser:--without-http_browser_module} \
        %{?with_rtmp:--add-module=./nginx-rtmp-module} \
+       --with-http_secure_link_module \
        --http-client-body-temp-path=%{_localstatedir}/cache/%{name}-perl/client_body_temp \
        --http-proxy-temp-path=%{_localstatedir}/cache/%{name}-perl/proxy_temp \
        --http-fastcgi-temp-path=%{_localstatedir}/cache/%{name}-perl/fastcgi_temp \
@@ -388,6 +389,7 @@ mv -f objs/nginx contrib/nginx-mail
        --without-mail_pop3_module \
        --without-mail_imap_module \
        --without-mail_smtp_module \
+       --with-http_secure_link_module \
        --http-client-body-temp-path=%{_localstatedir}/cache/%{name}-light/client_body_temp \
        --http-proxy-temp-path=%{_localstatedir}/cache/%{name}-light/proxy_temp \
        --http-fastcgi-temp-path=%{_localstatedir}/cache/%{name}-light/fastcgi_temp \
@@ -422,6 +424,7 @@ mv -f objs/nginx contrib/nginx-light
        %{?with_ssl:--with-http_ssl_module} \
        %{!?with_http_browser:--without-http_browser_module} \
        %{?with_rtmp:--add-module=./nginx-rtmp-module} \
+       --with-http_secure_link_module \
        --http-client-body-temp-path=%{_localstatedir}/cache/%{name}-standard/client_body_temp \
        --http-proxy-temp-path=%{_localstatedir}/cache/%{name}-standard/proxy_temp \
        --http-fastcgi-temp-path=%{_localstatedir}/cache/%{name}-standard/fastcgi_temp \
This page took 0.026101 seconds and 4 git commands to generate.