]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- don't use %{without ...}, it may not work after inverting bcond
authorsparky <sparky@pld-linux.org>
Mon, 13 Nov 2006 14:56:53 +0000 (14:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.spec -> 1.429

gcc4.spec

index 4196cd5e045c175140773bb9bace9682d22e27bb..a870cafc49739af5c0a4426a54564af5382c5546 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
 %bcond_without bootstrap       # omit 3-stage bootstrap
 %bcond_with    tests           # torture gcc
 
-%if %{without cxx}
+%if !%{with cxx}
 %undefine      with_java
 %undefine      with_objcxx
 %endif
 
-%if %{without objc}
+%if !%{with objc}
 %undefine      with_objcxx
 %endif
 
-%if %{without bootstrap}
+%if !%{with bootstrap}
 %undefine      with_profiling
 %endif
 
This page took 0.036616 seconds and 4 git commands to generate.