]> git.pld-linux.org Git - packages/cdp.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:
    cdp.spec -> 1.26

cdp.spec

index 1bbe5f3150e03f04d81a4947a21b7ef390585192..4ec0861227f5d7dab9fceb8332d9aca73f30ccc3 100644 (file)
--- a/cdp.spec
+++ b/cdp.spec
@@ -59,7 +59,7 @@ kullanabilirsiniz.
 %patch8 -p1
 
 %build
-%{__make} COMP_OPT="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -Wall"
+%{__make} COMP_OPT="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.073945 seconds and 4 git commands to generate.