From dbf64d9a1fc50ca1d9f9fc56bca22974e2d02d69 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 12 Apr 2021 00:34:24 +0200 Subject: [PATCH] Ubuntu package build: change rpath of libdsdcc.so after install --- cmake/ci/build_dsdcc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/ci/build_dsdcc.sh b/cmake/ci/build_dsdcc.sh index d5089cc11..c03225cc5 100644 --- a/cmake/ci/build_dsdcc.sh +++ b/cmake/ci/build_dsdcc.sh @@ -12,3 +12,4 @@ mkdir -p build && cd build cmake .. sudo make install sudo ldconfig +sudo chrpath -r /usr/lib/sdrangel /usr/lib/sdrangel/libdsdcc.so