openwrt/package/libs/libpcap
Rosen Penev 07017cd2dc treewide: remove BUILD_PARALLEL from CMake packages
It's already default. The only exception is mt76 which has Ninja
disabled.

Found with:

git grep BUILD_PARALLEL | cut -d ':' -f 1 | sort -u > par
git grep cmake.mk | cut -d ':' -f 1 > cmake
comm -1 -2 par cmake

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:08:13 +00:00
..
patches libpcap: update to 1.10.0 2021-09-01 08:07:43 +00:00
Config.in libpcap: add optional netfilter support 2017-02-22 22:52:30 +01:00
Makefile treewide: remove BUILD_PARALLEL from CMake packages 2021-09-01 08:08:13 +00:00