postgresql: fix IPv6 detection for uclibc compile
authorPeter Seiderer <ps.report@gmx.net>
Tue, 10 Mar 2015 19:59:38 +0000 (20:59 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 15 Mar 2015 18:06:56 +0000 (19:06 +0100)
commitf909587180c727f00d5c702603b8f71ddbb5aa7b
treeabbd89c97c2526934bb71bef7e70bfb55bd812d4
parentf5e4ca10220e2325d3a34c0a423388e40b27dbdf
postgresql: fix IPv6 detection for uclibc compile

Assist configure IPv6 support detection for uclibc,
fixes the following uclibc compile failure:

auth.c: In function ‘CheckRADIUSAuth’:
auth.c:2379:24: error: ‘in6addr_any’ undeclared (first use in this function)
  localaddr.sin6_addr = in6addr_any;

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/postgresql/postgresql.mk