From: Felix Fietkau Date: Sun, 19 Oct 2014 23:04:02 +0000 (+0000) Subject: authsae: fix musl build X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d7be7f6241f2faf35833417c03737613879c660d;p=15.05%2Fopenwrt.git authsae: fix musl build Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42980 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 + #include + #include +-#include + #include + #include + #include