Blob Blame History Raw
diff -up kppp-4.10.90/CMakeLists.txt.strict-aliasing kppp-4.10.90/CMakeLists.txt
--- kppp-4.10.90/CMakeLists.txt.strict-aliasing	2013-07-02 09:56:11.681234427 -0500
+++ kppp-4.10.90/CMakeLists.txt	2013-07-02 09:57:07.668570455 -0500
@@ -1,5 +1,7 @@
 project(kppp)
 
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing")
+
 if(NOT INSIDE_KDENETWORK)
     message("Not building inside KDENetwork, loading KDE CMake Macros.")