From 2eb241f7d54e382a617c0b819a1cd0dbe24aad5d Mon Sep 17 00:00:00 2001 From: Ola Ahlman Date: Thu, 5 Dec 2024 11:47:39 +0100 Subject: [PATCH] remove libsecp from libsodium deploy option --- scripts/cnode-helper-scripts/guild-deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cnode-helper-scripts/guild-deploy.sh b/scripts/cnode-helper-scripts/guild-deploy.sh index c47926972..dd43ebe5b 100755 --- a/scripts/cnode-helper-scripts/guild-deploy.sh +++ b/scripts/cnode-helper-scripts/guild-deploy.sh @@ -314,7 +314,6 @@ build_dependencies() { # Build fork of libsodium build_libsodium() { - build_libsecp echo -e "\nBuilding libsodium ..." SODIUM_REF="$(jq -r '."'${CARDANO_NODE_VERSION}'".sodium' <<< ${NODE_DEPS})" if ! grep -q "/usr/local/lib:\$LD_LIBRARY_PATH" "${HOME}"/.bashrc; then