authsae: fix musl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42980
This commit is contained in:
parent
338892ddf8
commit
6c2a017553
1 changed files with 10 additions and 0 deletions
10
package/network/services/authsae/patches/100-musl_fix.patch
Normal file
10
package/network/services/authsae/patches/100-musl_fix.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/linux/mon.c
|
||||
+++ b/linux/mon.c
|
||||
@@ -44,7 +44,6 @@
|
||||
#include <signal.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
-#include <sys/sysctl.h>
|
||||
#include <sys/queue.h>
|
||||
#include <netinet/in.h>
|
||||
#include <net/if.h>
|
Loading…
Reference in a new issue