With eglibc needs to define -D_GNU_SOURCE in cflags to avoid following error:
authorMirko Vogt <mirko@openwrt.org>
Mon, 6 Aug 2012 11:07:38 +0000 (11:07 +0000)
committerMirko Vogt <mirko@openwrt.org>
Mon, 6 Aug 2012 11:07:38 +0000 (11:07 +0000)
commit51cb49391a98dae3849f7613f9355374ea662a73
tree54d5e100beaaa8e3b47f23874c1cf0ea5171aff6
parent390113e99b6bc28e0e4e92145f9425acf01986e1
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
libs/re/Makefile