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 <mail@david-bauer.net>
This commit is contained in:
@@ -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)/../..
|
||||
|
Reference in New Issue
Block a user