]> git.pld-linux.org Git - packages/nginx.git/commitdiff
disable perl, doesn't build NGINX-1.6
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Fri, 12 Dec 2014 14:10:44 +0000 (15:10 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Fri, 12 Dec 2014 14:10:44 +0000 (15:10 +0100)
I don't think anybody who needs this 'stable' release will need the perl
stuff too.

nginx.spec

index 4db17ad1425ba569e0cfbe212c7030db555a09fb..f10b96cf33f363589e27e98e821bc89b3f22876e 100644 (file)
@@ -7,7 +7,7 @@
 # Conditional build for nginx:
 %bcond_without light           # don't build light version
 %bcond_without mail            # don't build imap/mail proxy
-%bcond_without perl            # don't build with perl module
+%bcond_with    perl            # don't build with perl module
 %bcond_without addition        # adds module
 %bcond_without dav             # WebDAV
 %bcond_without flv             # FLV stream
This page took 0.043302 seconds and 4 git commands to generate.