]> git.pld-linux.org Git - packages/fvwm.git/blobdiff - fvwm.spec
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
[packages/fvwm.git] / 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.060377 seconds and 4 git commands to generate.