SVN commit 564675 by amantia:
Fix compilation on x86_64 now by adding -fPIC. In the
feature, we might reconsider this and avoid the static
library.
CCMAIL: kdevelop-devel kdevelop.org
M +3 -0 CMakeLists.txt
---
trunk/KDE/kdevelop/buildtools/importers/cmake/cmakelib/CMake
Lists.txt #564674:564675
 -109,3
+109,6 
INCLUDE_REGULAR_EXPRESSION("^.*$")
+SET(CMAKE_CXX_FLAGS -fPIC)
+SET(CMAKE_C_FLAGS -fPIC)
+
_______________________________________________
KDevelop-devel mailing list
KDevelop-devel barney.cs.uni-potsdam.de
http://barney.cs.uni-potsdam.de/mailman/listinfo/
kdevelop-devel
|