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 /package/network/services | |
| parent | 338892ddf82e2e07bc7512ca88cc44927b950dfe (diff) | |
| download | mtk-20170518-6c2a0175536fd5837e6e002e8ae0e1fdab28d7d2.zip mtk-20170518-6c2a0175536fd5837e6e002e8ae0e1fdab28d7d2.tar.gz mtk-20170518-6c2a0175536fd5837e6e002e8ae0e1fdab28d7d2.tar.bz2 | |
authsae: fix musl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42980
Diffstat (limited to 'package/network/services')
| -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 0000000..4aae429 --- /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> |
