This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1564
from hauke/kismet
kismet: fix build with musl
lilik-openwrt-22.03
Steven Barth
10 years ago
parent
efe138e4ba
ac1ad5c387
commit
80bdd250b2
2 changed files
with
24 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
net/kismet/patches/010-dont-add-host-include-paths.patch
+22
-0
net/kismet/patches/020-musl-include-fixes.patch
+ 2
- 4
net/kismet/patches/010-dont-add-host-include-paths.patch
View File
@ -1,9 +1,7 @@
diff --git a/configure b/configure
index 6936a47..9a85269 100755
--- a/configure
+++ b/configure
@@ -
6980,9 +6980,6 @@ else
fi
@@ -
5456,9 +5456,6 @@ fi
-# Add additional cflags since some distros bury panel.h
+ 22
- 0
net/kismet/patches/020-musl-include-fixes.patch
View File
@ -0,0 +1,22 @@
--- a/configfile.cc
+++ b/configfile.cc
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
+#include <time.h>
#include "configfile.h"
#include "util.h"
--- a/dumpfile_tuntap.cc
+++ b/dumpfile_tuntap.cc
@@ -20,8 +20,8 @@
#include <errno.h>
-#include "dumpfile_tuntap.h"
#include "ifcontrol.h"
+#include "dumpfile_tuntap.h"
#include "ipc_remote.h"
#ifndef SYS_CYGWIN
Write
Preview
Loading…
Cancel
Save