From 882d165d1850d35a0c0996583af5443c4bcbb0ed Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 8 Feb 2024 09:36:36 +0100 Subject: [PATCH] deps: Fix building of libnice and libdatachannel Signed-off-by: Steffen Vogel --- packaging/deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/deps.sh b/packaging/deps.sh index a4ca74202..8a92cedd7 100644 --- a/packaging/deps.sh +++ b/packaging/deps.sh @@ -65,7 +65,7 @@ should_build() { ## Build configuration # Use shallow git clones to speed up downloads -GIT_OPTS+=" --depth=1 --config advice.detachedHead=false" +GIT_OPTS+=" --depth=1 --recurse-submodules --shallow-submodules --config advice.detachedHead=false" # Install destination PREFIX=${PREFIX:-/usr/local}