mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
In contrast to comms/usrp it compiles only the host part and not the images. The images are the binaries from ettus. While the port compiles cleanly it doesn't fully work for my B200 but this could be a local HW problem since the B* series is picky about the USB3 HW... Therefore this port is currently not connected to gnuradio.
8 lines
417 B
Text
8 lines
417 B
Text
--- host/examples/CMakeLists.txt.orig 2015-11-14 16:31:04.640272000 +0000
|
|
+++ host/examples/CMakeLists.txt 2015-11-14 17:26:27.512820000 +0000
|
|
@@ -50,4 +50,5 @@
|
|
UHD_INSTALL(TARGETS ${example_name} RUNTIME DESTINATION ${PKG_LIB_DIR}/examples COMPONENT examples)
|
|
ENDFOREACH(example_source)
|
|
+TARGET_LINK_LIBRARIES(network_relay -pthread)
|
|
|
|
########################################################################
|