aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/suricata/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/suricata/build.sh')
-rwxr-xr-xprojects/suricata/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/suricata/build.sh b/projects/suricata/build.sh
index d569ed0b..d0e152d8 100755
--- a/projects/suricata/build.sh
+++ b/projects/suricata/build.sh
@@ -46,6 +46,8 @@ cd ..
export CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu"
+#we did not put libhtp there before so that cifuzz does not remove it
+mv libhtp suricata/
# build project
cd suricata
sh autogen.sh