]> git.pld-linux.org Git - packages/boa.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:43 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    boa.spec -> 1.28

boa.spec

index b829a5f534435e8045d1de6edd4d5189006500c3..acd2bfae4376936678232787d3d47f606c9e9988 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -44,7 +44,7 @@ systemowych.
 
 %build
 cd src
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -DINET6"
+CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -DINET6"
 %configure
 %{__make}
 (cd ../docs; make boa.html )
This page took 0.04857 seconds and 4 git commands to generate.