From 082b8b463bbc26a5c284db8a2221a9e7460235de Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 18 Sep 2014 20:55:43 -0700 Subject: pcl: explicitly disable pcap winpcap package is broken: it doesn't install many headers needed by normal applications like pcl. If it is installed before `make pcl`, the pcl build system falsely believes the installation is legit and tries to build against winpcap, and fails. Therefore, before fixing winpcap, it is better to at least make pcl build. Signed-off-by: Timothy Gu --- src/pcl.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pcl.mk b/src/pcl.mk index 1be92c6..115f365 100644 --- a/src/pcl.mk +++ b/src/pcl.mk @@ -39,6 +39,7 @@ define $(PKG)_BUILD -DBUILD_examples=OFF \ -DBUILD_global_tests=OFF \ -DBUILD_tools=OFF \ + -DWITH_PCAP=OFF \ -DHAVE_MM_MALLOC_EXITCODE=0 \ -DHAVE_SSE4_1_EXTENSIONS_EXITCODE=0 \ -DHAVE_SSE3_EXTENSIONS_EXITCODE=0 \ -- cgit v0.12