diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-19 23:04:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-19 23:04:02 +0000 |
commit | d7be7f6241f2faf35833417c03737613879c660d (patch) | |
tree | 087a7595c90ef7ab27742eb42e29922cdd9b479c | |
parent | 500725cc519f4ba8bdd0b4ad19bb7609d1279d6c (diff) | |
download | upstream-d7be7f6241f2faf35833417c03737613879c660d.tar.gz upstream-d7be7f6241f2faf35833417c03737613879c660d.tar.bz2 upstream-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
-rw-r--r-- | package/network/services/authsae/patches/100-musl_fix.patch | 10 |
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> |