]> git.pld-linux.org Git - packages/uhd.git/blame - uhd-libdir.patch
- updated to 3.15.0.0
[packages/uhd.git] / uhd-libdir.patch
CommitLineData
0cfe325a
JB
1--- uhd-3.15.0.0/host/CMakeLists.txt.orig 2020-07-10 06:56:50.762728346 +0200
2+++ uhd-3.15.0.0/host/CMakeLists.txt 2020-07-10 07:16:02.483155608 +0200
3@@ -416,14 +416,6 @@
245f21b5
JB
4 ########################################################################
5 # Create Pkg Config File
6 ########################################################################
0cfe325a
JB
7-foreach(inc ${Boost_INCLUDE_DIRS})
8- list(APPEND UHD_PC_CFLAGS "-I${inc}")
9-endforeach(inc)
245f21b5 10-
0cfe325a
JB
11-foreach(lib ${Boost_LIBRARY_DIRS})
12- list(APPEND UHD_PC_LIBS "-L${lib}")
13-endforeach(lib)
245f21b5
JB
14-
15 #use space-separation format for the pc file
0cfe325a
JB
16 string(REPLACE ";" " " UHD_PC_REQUIRES "${UHD_PC_REQUIRES}")
17 string(REPLACE ";" " " UHD_PC_CFLAGS "${UHD_PC_CFLAGS}")
This page took 0.068675 seconds and 4 git commands to generate.