[Buildroot] [PATCH 1/3] new package: gssdp

Peter Korsgaard jacmet at uclibc.org
Wed Sep 7 19:48:27 UTC 2011


>>>>> "Sven" == Sven Neumann <s.neumann at raumfeld.com> writes:

 Sven> GSSDP implements resource discovery and announcement over SSDP.

Thanks, but it doesn't build on uClibc with default configs:

gssdp-client.c:45:21: error: ifaddrs.h: No such file or directory

ifaddrs.h is only provided if CONFIG_SUPPORT_AI_ADDRCONFIG is enabled,
which it isn't by default. We'll probably need to add something like
BR2_USE_WCHAR, but I'll do a test build to see what the performance
impact is.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list