Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Dec 22, 2024
1 parent db54582 commit 0cbdab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ create_debian_package() {

# Extract dependencies using ldd and filter the required libraries
echo "Extracting dependencies using ldd..."
dependencies=$(ldd build/AIS-catcher | grep -E 'libairspy|libairspyhf|librtlsdr|libhackrf|libzmq|libz|libssl|libusb' | awk '{print $1}')
# dependencies=$(ldd build/AIS-catcher | grep -E 'libairspy|libairspyhf|librtlsdr|libhackrf|libzmq|libz|libssl|libusb|libsqlite3' | awk '{print $1}')
dependencies=$(ldd build/AIS-catcher | grep -E 'libairspy|libairspyhf|librtlsdr|libhackrf|libzmq3|libz|libssl|libusb-1\.0|libsqlite3' | awk '{print $1}')

# Initialize the depends variable
depends=""
Expand Down

0 comments on commit 0cbdab6

Please sign in to comment.