]> git.pld-linux.org Git - packages/fvwm.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:44 +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:
    fvwm.spec -> 1.14

fvwm.spec

index 13b27af945c639752fac8f9e148457cb6b4ac7b2..0670ccb68a452279bf7a1792e8ae69cc2495a4ce 100644 (file)
--- a/fvwm.spec
+++ b/fvwm.spec
@@ -72,9 +72,9 @@ export PATH=$PATH:%{_bindir}
 xmkmf
 %{__make} Makefiles
 %{__make} \
-       BOOTSTRAPCFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
-       CCOPTIONS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
-       CXXOPTIONS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
+       BOOTSTRAPCFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
+       CCOPTIONS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
+       CXXOPTIONS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
        CXXDEBUGFLAGS="" \
        CDEBUGFLAGS="" \
        LOCAL_LDFLAGS="%{!?debug:-s}"
This page took 0.065737 seconds and 4 git commands to generate.