aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/debug
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/debug')
-rw-r--r--scripts/build/debug/300-gdb.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index 2d9619f2..2fa94981 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -131,6 +131,12 @@ do_debug_gdb_build()
native_extra_config+=("--disable-inprocess-agent")
fi
+ if [ "${CT_COMP_LIBS_ZSTD}}" = "y" ]; then
+ native_extra_config+=("--with-zstd=${complibs}")
+ else
+ native_extra_config+=("--without-zstd")
+ fi
+
export ac_cv_func_strncmp_works=yes
# TBD do we need all these?