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:
Adolf Belka
2023-05-20 14:10:48 +02:00
committed by Michael Tremer
parent 8ad61512ef
commit db9c7fb826
3 changed files with 37 additions and 14 deletions

View 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@