]> git.pld-linux.org Git - packages/uhd.git/blame - uhd-libdir.patch
- up to 4.1.0.1
[packages/uhd.git] / uhd-libdir.patch
CommitLineData
de08c293
JR
1diff -urNp -x '*.orig' uhd-4.1.0.1.org/host/CMakeLists.txt uhd-4.1.0.1/host/CMakeLists.txt
2--- uhd-4.1.0.1.org/host/CMakeLists.txt 2021-07-13 17:10:44.000000000 +0200
3+++ uhd-4.1.0.1/host/CMakeLists.txt 2021-08-15 16:33:42.068712434 +0200
4@@ -458,14 +458,6 @@ endif()
245f21b5
JB
5 ########################################################################
6 # Create Pkg Config File
7 ########################################################################
0cfe325a
JB
8-foreach(inc ${Boost_INCLUDE_DIRS})
9- list(APPEND UHD_PC_CFLAGS "-I${inc}")
10-endforeach(inc)
245f21b5 11-
0cfe325a
JB
12-foreach(lib ${Boost_LIBRARY_DIRS})
13- list(APPEND UHD_PC_LIBS "-L${lib}")
14-endforeach(lib)
245f21b5
JB
15-
16 #use space-separation format for the pc file
0cfe325a
JB
17 string(REPLACE ";" " " UHD_PC_REQUIRES "${UHD_PC_REQUIRES}")
18 string(REPLACE ";" " " UHD_PC_CFLAGS "${UHD_PC_CFLAGS}")
This page took 0.065899 seconds and 4 git commands to generate.