summaryrefslogtreecommitdiffstats
path: root/src/pcl.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-19 03:55:43 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-19 03:55:43 (GMT)
commit082b8b463bbc26a5c284db8a2221a9e7460235de (patch)
tree5a13967b9310f3bd954389cd9d93f863281feec8 /src/pcl.mk
parente8628a20748da52d5200e1dc7c48e58c00cc64b1 (diff)
downloadmxe-082b8b463bbc26a5c284db8a2221a9e7460235de.zip
mxe-082b8b463bbc26a5c284db8a2221a9e7460235de.tar.gz
mxe-082b8b463bbc26a5c284db8a2221a9e7460235de.tar.bz2
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>
Diffstat (limited to 'src/pcl.mk')
-rw-r--r--src/pcl.mk1
1 files changed, 1 insertions, 0 deletions
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 \