]> git.pld-linux.org Git - packages/uhd.git/blob - uhd-libdir.patch
0367d535aebb0eb623995c582956c6d8b232ec6e
[packages/uhd.git] / uhd-libdir.patch
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 @@
4  ########################################################################
5  # Create Pkg Config File
6  ########################################################################
7 -foreach(inc ${Boost_INCLUDE_DIRS})
8 -    list(APPEND UHD_PC_CFLAGS "-I${inc}")
9 -endforeach(inc)
10 -
11 -foreach(lib ${Boost_LIBRARY_DIRS})
12 -    list(APPEND UHD_PC_LIBS "-L${lib}")
13 -endforeach(lib)
14 -
15  #use space-separation format for the pc file
16  string(REPLACE ";" " " UHD_PC_REQUIRES "${UHD_PC_REQUIRES}")
17  string(REPLACE ";" " " UHD_PC_CFLAGS "${UHD_PC_CFLAGS}")
This page took 0.058456 seconds and 2 git commands to generate.