limesdr requires libatomic

This commit is contained in:
Jakob Ketterl 2020-05-23 22:52:22 +02:00
parent 6cac3b4d39
commit 1fedd0e50f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export MAKEFLAGS="-j4"
cd /tmp
STATIC_PACKAGES="libusb-1.0-0"
STATIC_PACKAGES="libusb-1.0-0 libatomic1"
BUILD_PACKAGES="git libusb-1.0-0-dev cmake make gcc g++"
apt-get update