]> git.pld-linux.org Git - packages/doxygen.git/commitdiff
- added using %%{rpmcflags} macro.
authorkloczek <kloczek@pld-linux.org>
Mon, 30 Apr 2001 16:05:16 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doxygen.spec -> 1.6

doxygen.spec

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