mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 00:42:59 +02:00
wavemon: Update to version 0.9.4
- Update from version 0.7.5 to 0.9.4 - Update of rootfile - wavemon would not build because it could not find the netlink include files. wavemon was still looking in include/netlink/ as for libnl version 1 but with libnl3 the include files are in include/libnl3/netlink/ - Based on an issue entry in the wavemon github repo I created the patch to force wavemon to look in the correct place. Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
8ad61512ef
commit
db9c7fb826
11
src/patches/wavemon-0.9.4-force-netlink-include-path.patch
Normal file
11
src/patches/wavemon-0.9.4-force-netlink-include-path.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- wavemon-0.9.4/Makefile.in.orig 2021-09-18 02:25:37.000000000 +0200
|
||||
+++ wavemon-0.9.4/Makefile.in 2023-05-19 23:45:50.170559365 +0200
|
||||
@@ -9,7 +9,7 @@
|
||||
install-suid-root: exec_perms = 4755
|
||||
|
||||
CC ?= @CC@
|
||||
-CFLAGS ?= @CFLAGS@ @LIBNL3_CLI_CFLAGS@
|
||||
+CFLAGS = @CFLAGS@ @LIBNL3_CLI_CFLAGS@
|
||||
CPPFLAGS ?= @CPPFLAGS@
|
||||
LDFLAGS ?= @LDFLAGS@
|
||||
DEFS ?= @DEFS@
|
||||
Reference in New Issue
Block a user