projects
/
project
/
usteer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c35c8e
)
contrib: add libpcap build dependency
author
David Bauer
<mail@david-bauer.net>
Sun, 15 Nov 2020 20:48:32 +0000
(21:48 +0100)
committer
David Bauer
<mail@david-bauer.net>
Tue, 21 Sep 2021 17:46:49 +0000
(19:46 +0200)
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>
openwrt/usteer/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/usteer/Makefile
b/openwrt/usteer/Makefile
index 4f26355de36db61ffa6e476e57ec57b02c312071..be7d2985a653030864259131f001a3e5a5647fb9 100644
(file)
--- 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)/../..