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

doxygen.spec

index 4f9516e551add6773d9d99575bd06e7cf04f7a58..e0368ac4e344dce3e4fe76b7cd703d2156fa1114 100644 (file)
@@ -36,8 +36,8 @@ export QTDIR=%{_prefix}
        --prefix %{_prefix} \
        --perl %{_bindir}/perl \
 
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
-       CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} \
+%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
+       CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} \
        -DQT_NO_CODECS -DQT_LITE_UNICODE -fno-rtti -fno-exceptions"
 
 %{__make} docs
This page took 0.047841 seconds and 4 git commands to generate.