From: David Bauer Date: Sun, 15 Nov 2020 20:48:32 +0000 (+0100) Subject: contrib: add libpcap build dependency X-Git-Url: http://git.openwrt.org/openwrt/svn-archive.git?a=commitdiff_plain;h=507a7615532d0a2e3251631385b7cccc0f59e90f;p=project%2Fusteer.git contrib: add libpcap build dependency Add a build dependency for libpcap, as it is required for the monitor utility but not usteer itself. Use a build-dependency, as the monitor utility executable is not packaged. Signed-off-by: David Bauer --- diff --git a/openwrt/usteer/Makefile b/openwrt/usteer/Makefile index 4f26355..be7d298 100644 --- a/openwrt/usteer/Makefile +++ b/openwrt/usteer/Makefile @@ -4,6 +4,7 @@ PKG_NAME:=usteer PKG_VERSION:=$(shell git show -s --format=%cd --date=short) PKG_RELEASE:=1 +PKG_BUILD_DEPENDS:=libpcap PKG_BUILD_PARALLEL:=1 PKG_FILE_DEPENDS:=$(CURDIR)/../..