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 | 6c2a0175536fd5837e6e002e8ae0e1fdab28d7d2 (patch) | |
tree | d516ad874311d0556690d444ad4bba342fee39b4 | |
parent | 338892ddf82e2e07bc7512ca88cc44927b950dfe (diff) | |
download | upstream-6c2a0175536fd5837e6e002e8ae0e1fdab28d7d2.tar.gz upstream-6c2a0175536fd5837e6e002e8ae0e1fdab28d7d2.tar.bz2 upstream-6c2a0175536fd5837e6e002e8ae0e1fdab28d7d2.zip |
authsae: fix musl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42980
-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> |