Commit Graph

8 Commits

Author SHA1 Message Date
Andre Puschmann ace8ff2a95 build: fix linking failure on RPi 32bit
this fixes a linking problem with RPi 3 (and probably others) running
with Raspbian (new Raspberry Pi OS) that can't use the inline
atomic functions but instead require linking against the lib -latomic.

The CMake code is based on SoapyRTLSdr file (licensed under MIT)
https://github.com/pothosware/SoapyRTLSDR/blob/master/CheckAtomic.cmake
2021-05-12 21:04:12 +02:00
Codebot 4523ee6087 rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
Andre Puschmann 3784439088 add backward as backtrace pretty printer
this patch adds the MIT-licensed header-only library backward-cpp
as possible alternative for our internal backtrace-to-file
writer.
2021-01-28 16:52:52 +01:00
Pedro Alvarez 9ad1328bbd Copy copyright modifications into debian/copyright. 2020-10-09 12:51:50 +01:00
Francisco Paisana 64e8f5e3ed update license year 2020-06-18 12:41:54 +01:00
Andre Puschmann 5343b33f8a adjust break and replace info in control file and adjust copyright 2019-05-13 16:55:42 +02:00
Andre Puschmann b3e21780be update debian packaging 2018-07-10 12:04:01 +02:00
Andre Puschmann 105d93fd5e add minimal file skeleton to build deb packages for launchpad 2018-06-01 15:33:15 +02:00