http://bugzilla.rpmfusion.org/show_bug.cgi?id=529
--- Comment #23 from Zarko Pintar <zarko.pintar(a)gmail.com> 2009-05-23 15:36:03 ---
>
> I guess that the flags defined by your %cmake_kde4 macro are being overriden
> somewhere. You need to find out where this happens and prevent the overriding.
>
And better, I found this (file generated by Cmake) CmakeCache.txt
Stay this:
==================================================================
# This is the CMakeCache file.
# For build in directory: /home/zarko/src/kdenlive-0.7.4
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
==================================================================
and this is interesting for flags:
==================================================================
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
==================================================================
So, I concluded, if we define that string with optflags, than make routine will
be override with these parameters.
Or, adding this line in CmakeLIst.txt
SET(CMAKE_CXX_FLAGS " flags goes here")
What are you thinking about that?
--
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.