]> git.pld-linux.org Git - packages/boa.git/commitdiff
- bconds, few cleanups
authoreothane <eothane@pld-linux.org>
Fri, 30 Jan 2004 19:51:52 +0000 (19:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boa.spec -> 1.63

boa.spec

index 2cc3c811699eed6a84cd946978001d62c69e62e6..191fb86890ee9c77da8dcfd08f904a47e8fa682e 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_ipv6        - IPv4-only version (doesn't require IPv6 in kernel)
+%bcond_without         ipv6    # IPv4-only version (doesn't require IPv6 in kernel)
 #
 Summary:       Boa high speed HTTP server
 Summary(pl):   Boa - szybki serwer HTTP
@@ -58,7 +58,7 @@ cp examples/boa.conf .
 %patch1        -p0
 
 %build
-CFLAGS="%{rpmcflags} %{!?_without_ipv6:-DINET6} -DSERVER_ROOT='\"/etc/httpd\"'"
+CFLAGS="%{rpmcflags} %{?with_ipv6:-DINET6} -DSERVER_ROOT='\"/etc/httpd\"'"
 %{__autoconf}
 %configure
 %{__make}
This page took 0.029692 seconds and 4 git commands to generate.