mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
Ubuntu package build: change rpath of libdsdcc.so after install
This commit is contained in:
parent
507b110299
commit
dbf64d9a1f
@ -12,3 +12,4 @@ mkdir -p build && cd build
|
|||||||
cmake ..
|
cmake ..
|
||||||
sudo make install
|
sudo make install
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
|
sudo chrpath -r /usr/lib/sdrangel /usr/lib/sdrangel/libdsdcc.so
|
||||||
|
Loading…
Reference in New Issue
Block a user