From: nbd 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=23873504a68511ebd1788abb521f3991708cfb7b;p=openwrt.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