boost: disable rtti temporarily

There is a bug in the latest version of boost that upstream yocto is
pulling in which causes x86-power-control 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
x86-power-control.

Resolves openbmc/x86-power-control#7

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I836a513d86662f06eb146355ba1b0aac92a840b7
diff --git a/power-control-x86/CMakeLists.txt b/power-control-x86/CMakeLists.txt
index 91c31aa..252d619 100644
--- a/power-control-x86/CMakeLists.txt
+++ b/power-control-x86/CMakeLists.txt
@@ -22,8 +22,10 @@
 
 install(TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
 
-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