mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Whack getaddrinfo() patch around until it works, more or less, on
machines without IPv6. Or at least it works on HPUX 10.20 ...
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
if test "$GCC" = yes ; then
|
||||
CFLAGS=-O2
|
||||
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
|
||||
CFLAGS="-O2"
|
||||
else
|
||||
CC="$CC -Ae"
|
||||
CFLAGS=+O2
|
||||
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
|
||||
CFLAGS="+O2"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user