From 507a7615532d0a2e3251631385b7cccc0f59e90f Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 15 Nov 2020 21:48:32 +0100 Subject: [PATCH] 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 --- openwrt/usteer/Makefile | 1 + 1 file changed, 1 insertion(+) 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)/../..