kumquat-buildroot/package/postgresql
Peter Seiderer f909587180 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>
2015-03-15 19:06:56 +01:00
..
Config.in postgresql: enable uclibc build 2015-03-15 18:56:32 +01:00
pg_config
postgresql.hash postgresql: bump version to 9.4.1 2015-02-08 21:36:47 +01:00
postgresql.mk postgresql: fix IPv6 detection for uclibc compile 2015-03-15 19:06:56 +01:00
postgresql.service
S50postgresql