postgresql: define _BSD_SOURCE for getifaddrs.

This commit is contained in:
Adrien Destugues
2016-11-04 15:08:27 +01:00
parent c34bd3085e
commit 91dec9ff58

View File

@@ -93,7 +93,7 @@ BUILD_PREREQUIRES="
BUILD()
{
runConfigure ./configure
CFLAGS=-D_BSD_SOURCE runConfigure ./configure
make $jobArgs
}