openwrt_archive/libs/re
Mirko Vogt 51cb49391a With eglibc needs to define -D_GNU_SOURCE in cflags to avoid following error:
CC      build-mips/sa/pton.o
src/sa/pton.c: In function 'net_inet_pton':
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>

SVN-Revision: 33008
2012-08-06 11:07:38 +00:00
..
Makefile With eglibc needs to define -D_GNU_SOURCE in cflags to avoid following error: 2012-08-06 11:07:38 +00:00