Update buildroot 2018.05
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
@@ -14,14 +14,14 @@ Index: b/src/Mayaqua/Mayaqua.h
|
||||
--- a/src/Mayaqua/Mayaqua.h
|
||||
+++ b/src/Mayaqua/Mayaqua.h
|
||||
@@ -235,9 +235,11 @@
|
||||
#ifdef OS_UNIX
|
||||
#ifndef UNIX_SOLARIS
|
||||
#ifndef CPU_SH4
|
||||
+#if !defined(__UCLIBC__) || defined(__UCLIBC_SUPPORT_AI_ADDRCONFIG__)
|
||||
// Getifaddrs system call is supported on UNIX other than Solaris.
|
||||
// However, it is not supported also by the Linux on SH4 CPU
|
||||
#define MAYAQUA_SUPPORTS_GETIFADDRS
|
||||
+#endif // !UCLIBC || UCLIBC_SUPPORT_AI_ADDRCONFIG
|
||||
#endif // CPU_SH4
|
||||
#endif // UNIX_SOLARIS
|
||||
#endif // OS_UNIX
|
||||
#ifdef OS_UNIX
|
||||
#ifndef UNIX_SOLARIS
|
||||
#ifndef CPU_SH4
|
||||
+#if !defined(__UCLIBC__) || defined(__UCLIBC_SUPPORT_AI_ADDRCONFIG__)
|
||||
// Getifaddrs system call is supported on UNIX other than Solaris.
|
||||
// However, it is not supported also by the Linux on SH4 CPU
|
||||
#define MAYAQUA_SUPPORTS_GETIFADDRS
|
||||
+#endif // !UCLIBC || UCLIBC_SUPPORT_AI_ADDRCONFIG
|
||||
#endif // CPU_SH4
|
||||
#endif // UNIX_SOLARIS
|
||||
#endif // OS_UNIX
|
||||
|
||||
Reference in New Issue
Block a user