aboutsummaryrefslogtreecommitdiff
path: root/security/caldera/files/patch-plugins_sandcat_app_sand__svc.py
blob: 78a4a9429abf3004ddf487e73eef9482ac808e8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- plugins/sandcat/app/sand_svc.py.orig	2022-07-20 19:48:00 UTC
+++ plugins/sandcat/app/sand_svc.py
@@ -56,7 +56,10 @@ class SandService(BaseService):
             ),
             linux=dict(
                 cflags='CGO_ENABLED=1'
-            )
+            ),
+            freebsd=dict(
+                cflags='CGO_ENABLED=1'
+            ),
         )
         if which('go') is not None:
             if platform in compile_options.keys():