boost: disable rtti temporarily

There is a bug in the latest version of boost that upstream yocto is
pulling in which causes sel-logger to not build.

See https://github.com/chriskohlhoff/asio/issues/533 for more
information.

Similar to what OpenBMC did with bmcweb, disable this for now in
sel-logger.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I5fdb36e852e2fadce770bcb5d5b4859284e64cec
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5fc1ae2..cbbb23b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,8 +45,10 @@
 add_definitions (-DBOOST_NO_RTTI)
 add_definitions (-DBOOST_NO_TYPEID)
 
-set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti")
-set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-rtti")
+# Temporarily disable rtti
+# See https://github.com/chriskohlhoff/asio/issues/533
+#set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti")
+#set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-rtti")
 
 set (
     SERVICE_FILES