From: Jochen Sprickerhof Date: Wed, 29 Dec 2021 09:46:57 +0000 (+0100) Subject: Add patch for wrong boost pkg-config dependency X-Git-Tag: archive/raspbian/1.14.0+dfsg-2+rpi1^2~39 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f8c5d820ae203f35de01c62101fe60e64ab9c3c6;p=pcl.git Add patch for wrong boost pkg-config dependency Closes: #1002753 --- diff --git a/debian/patches/0008-Don-t-require-boost-in-pkg-config.patch b/debian/patches/0008-Don-t-require-boost-in-pkg-config.patch new file mode 100644 index 00000000..2c5c50c1 --- /dev/null +++ b/debian/patches/0008-Don-t-require-boost-in-pkg-config.patch @@ -0,0 +1,22 @@ +From: Jochen Sprickerhof +Date: Wed, 29 Dec 2021 10:42:28 +0100 +Subject: Don't require boost in pkg-config + +There is no boost.pc. Regression of 87e12d1c8. +--- + io/CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/io/CMakeLists.txt b/io/CMakeLists.txt +index 163639b..460b3d5 100644 +--- a/io/CMakeLists.txt ++++ b/io/CMakeLists.txt +@@ -415,7 +415,7 @@ if(PCAP_FOUND) + target_link_libraries("${LIB_NAME}" ${PCAP_LIBRARIES}) + endif() + +-set(EXT_DEPS boost eigen3) ++set(EXT_DEPS eigen3) + + if(WITH_OPENNI) + list(APPEND EXT_DEPS libopenni) diff --git a/debian/patches/series b/debian/patches/series index c58ca4a5..31a9c2f1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ 0005-Adopt-unit-test-for-i386.patch 0007-Adopt-unit-tests-for-arm64-and-ppc64el.patch 0007-Drop-PCL_SOURCES_TREE-from-installation-cmake.patch +0008-Don-t-require-boost-in-pkg-config.patch