Skip to content

Commit

Permalink
postgresql: define _BSD_SOURCE for getifaddrs.
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkomandy committed Nov 5, 2016
1 parent 9fbe610 commit 9d30f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-db/postgresql/postgresql-9.3.5.recipe
Expand Up @@ -93,7 +93,7 @@ BUILD_PREREQUIRES="

BUILD()
{
runConfigure ./configure
CFLAGS=-D_BSD_SOURCE runConfigure ./configure
make $jobArgs
}

Expand Down

0 comments on commit 9d30f7f

Please sign in to comment.