authsae: fix musl build
authorFelix Fietkau <nbd@openwrt.org>
Sun, 19 Oct 2014 23:04:02 +0000 (23:04 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 19 Oct 2014 23:04:02 +0000 (23:04 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42980

package/network/services/authsae/patches/100-musl_fix.patch [new file with mode: 0644]

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 (file)
index 0000000..4aae429
--- /dev/null
@@ -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>