Package: gnuradio / 3.7.10.1-2

bsd-shm Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Handle Debian kFreeBSD architecture.
Author: A. Maitland Bottoms <bottoms@debian.org>

--- a/gnuradio-runtime/lib/CMakeLists.txt
+++ b/gnuradio-runtime/lib/CMakeLists.txt
@@ -153,7 +153,7 @@
 ENDIF(HAVE_WINDOWS_H)
 
 #need to link with librt on ubuntu 11.10 for shm_*
-if(LINUX)
+if((LINUX) OR (CMAKE_SYSTEM_NAME STREQUAL "kFreeBSD"))
     list(APPEND gnuradio_runtime_libs rt)
 endif()