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 <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-09-18 20:55:43 -07:00
parent e8628a2074
commit 082b8b463b
1 changed files with 1 additions and 0 deletions

View File

@ -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 \