Date: Friday, October 2, 2015 @ 21:19:21
  Author: bpiotrowski
Revision: 248280

Sort enabled modules

Modified:
  nginx/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-10-02 18:22:16 UTC (rev 248279)
+++ PKGBUILD    2015-10-02 19:19:21 UTC (rev 248280)
@@ -55,20 +55,20 @@
     --with-ipv6 \
     --with-pcre-jit \
     --with-file-aio \
+    --with-http_addition_module \
     --with-http_dav_module \
+    --with-http_degradation_module \
+    --with-http_flv_module \
+    --with-http_geoip_module
     --with-http_gunzip_module \
     --with-http_gzip_static_module \
+    --with-http_mp4_module \
     --with-http_realip_module \
+    --with-http_secure_link_module \
     --with-http_spdy_module \
     --with-http_ssl_module \
     --with-http_stub_status_module \
-    --with-http_addition_module \
-    --with-http_degradation_module \
-    --with-http_flv_module \
-    --with-http_mp4_module \
-    --with-http_secure_link_module \
     --with-http_sub_module \
-    --with-http_geoip_module
 
   make
 }

Reply via email to