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

cfingerd.spec

index 60af1a0a76dca154e0e4adb0025a874bb38ff1bd..04b594b4e490113831ed9c5b39d3f01b7ab4f6b8 100644 (file)
@@ -42,7 +42,7 @@ si
 %build
 ./Configure
 %{__make} all \
-       CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
+       CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
        LDFLAGS="%{!?debug:-s}"
 
 %install
This page took 0.030655 seconds and 4 git commands to generate.