From 3811ad760a2f48e4e167e86e1df70382d74d377e Mon Sep 17 00:00:00 2001
From: Clark Coleman <clc@zephyr-software.com>
Date: Tue, 25 Sep 2018 11:28:15 -0400
Subject: [PATCH] Convert STARS IDA7 to C++11 build.

---
 SConscript.ida7 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/SConscript.ida7 b/SConscript.ida7
index 26cee6ee..c9f87a5f 100644
--- a/SConscript.ida7
+++ b/SConscript.ida7
@@ -23,9 +23,10 @@ cpppath=''' \
         $SMPSA_HOME/include/interfaces/abstract \
         $IDASDK/include \
         $SMPSA_HOME/include/interfaces/idapro  \
+        $SECURITY_TRANSFORMS_HOME/libehp/include  \
 	'''
 
-IDA_CCFLAGS=''' -std=c++0x  \
+IDA_CCFLAGS=''' -std=c++11  \
         -D__LINUX__ \
 	-Wall \
 	-Werror \
-- 
GitLab