From 8ae32bf5309745e89682eec9e521d6a6ba1f4c07 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Sun, 3 Feb 2019 20:24:05 -0500
Subject: [PATCH] update to build libirdb-deep

Former-commit-id: 75796b226342cc14e71caa85db974f1c97b42dca
---
 SMPStaticAnalyzer   | 2 +-
 build-all.sh        | 3 +++
 irdb-sdk            | 2 +-
 irdb_transforms     | 2 +-
 security_transforms | 2 +-
 5 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/SMPStaticAnalyzer b/SMPStaticAnalyzer
index ad61db4ce..6951453af 160000
--- a/SMPStaticAnalyzer
+++ b/SMPStaticAnalyzer
@@ -1 +1 @@
-Subproject commit ad61db4cebd40687d14990b5621af13f5cb9ddbd
+Subproject commit 6951453afb556559c8b3b1f17783925fd8bdc056
diff --git a/build-all.sh b/build-all.sh
index 023a90d59..b881dc0d7 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -100,6 +100,9 @@ scons $SCONSDEBUG -j 3 || exit 1
 cd $SMPSA_HOME
 scons $SCONSDEBUG -j 3 || exit 1
 
+cd $SECURITY_TRANSFORMS_HOME
+scons build_deep=1 $SCONSDEBUG -j 3 || exit 1
+
 cd $PEASOUP_HOME
 make || exit 1
 
diff --git a/irdb-sdk b/irdb-sdk
index 05b2a4634..95f0092b8 160000
--- a/irdb-sdk
+++ b/irdb-sdk
@@ -1 +1 @@
-Subproject commit 05b2a463483804c59b0921ffde839ec302e0125e
+Subproject commit 95f0092b8ae7ac7c24425e56e31541959d0502a4
diff --git a/irdb_transforms b/irdb_transforms
index d95303896..0241d0d83 160000
--- a/irdb_transforms
+++ b/irdb_transforms
@@ -1 +1 @@
-Subproject commit d95303896b4702e3f14a1fbeec4280b5f3f810ca
+Subproject commit 0241d0d83403dd92950e2afcaf3e7ad6640645e5
diff --git a/security_transforms b/security_transforms
index 6dd54825a..2a270c4ba 160000
--- a/security_transforms
+++ b/security_transforms
@@ -1 +1 @@
-Subproject commit 6dd54825a55d1e81800d43f0cbcd4fb618f02798
+Subproject commit 2a270c4ba505bb9e5eab020009b4a21891898ace
-- 
GitLab