From 274a1dd3fcd6bc49f4411dce6f84fb616a1bbf7c Mon Sep 17 00:00:00 2001 From: Calvin Katt Date: Fri, 24 Apr 2026 16:41:23 +0200 Subject: [PATCH] fix(packaging/deps): Apply debug_r_session.patch when installing libiec61850 dependency Signed-off-by: Calvin Katt --- packaging/deps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packaging/deps.sh b/packaging/deps.sh index 35e0f840c..b06f12ba6 100644 --- a/packaging/deps.sh +++ b/packaging/deps.sh @@ -261,7 +261,9 @@ fi if ! pkg-config "libiec61850 >= 1.6.0" && \ should_build "iec61850" "for the iec61850 node-type"; then git clone ${GIT_OPTS} --branch v1.6.1 https://github.com/mz-automation/libiec61850.git - + pushd libiec61850 + git apply $SOURCE_DIR/patches/libiec61850_debug_r_session.patch + popd pushd libiec61850/third_party/mbedtls/ curl -L https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v3.6.0.tar.gz | tar -xz popd