aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-19 23:04:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-19 23:04:02 +0000
commitd7be7f6241f2faf35833417c03737613879c660d (patch)
tree087a7595c90ef7ab27742eb42e29922cdd9b479c /package
parent500725cc519f4ba8bdd0b4ad19bb7609d1279d6c (diff)
downloadmaster-187ad058-d7be7f6241f2faf35833417c03737613879c660d.tar.gz
master-187ad058-d7be7f6241f2faf35833417c03737613879c660d.tar.bz2
master-187ad058-d7be7f6241f2faf35833417c03737613879c660d.zip
authsae: fix musl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42980 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/network/services/authsae/patches/100-musl_fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/network/services/authsae/patches/100-musl_fix.patch b/package/network/services/authsae/patches/100-musl_fix.patch
new file mode 100644
index 0000000000..4aae4296fb
--- /dev/null
+++ b/package/network/services/authsae/patches/100-musl_fix.patch
@@ -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>