http://bugzilla.rpmfusion.org/show_bug.cgi?id=529
--- Comment #24 from Kevin Kofler <kevin.kofler(a)chello.at> 2009-05-23 18:27:52 ---
In the file called build.make:
Compiler, obviously takes flags from file flags.make:
These are generated files. Please look in the CMakeLists.txt files instead.
So, I concluded, if we define that string with optflags, than make
routine will
be override with these parameters.
The program must actually be overriding CMAKE_CXX_FLAGS somewhere in their
CMakeLists.txt, you just need to remove that. CMake normally picks up the
CXXFLAGS from the environment (which are set by %cmake_kde4) automatically.
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.