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

cdk.spec

index 957f9cf11be5d61f06d3b5cf7a2759746233b431..587292754b96db354661361f0619ebddfb58128a 100644 (file)
--- a/cdk.spec
+++ b/cdk.spec
@@ -55,7 +55,7 @@ Dickey and is not the same as that at http://www.vexus.ca/CDK.html.
 
 %build
 # -funsigned-char gets valid 8bit display
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -funsigned-char"
+CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -funsigned-char"
 %configure \
        --disable-x \
        --with-ncurses
This page took 0.098402 seconds and 4 git commands to generate.