mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
Add note for CSTD settings on BSD variants.
Suggested by ucando, jungle-boogie, Luca Ferrari.
This commit is contained in:
parent
786e77a9fe
commit
bc9fb0f59a
@ -127,6 +127,16 @@
|
||||
<p>Make <id>DESTDIR</id> fully-configurable in the <file>Makefile</file>.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<release-item-contributor-list>
|
||||
<release-item-ideator id="ucando"/>
|
||||
<release-item-ideator id="jungle-boogie"/>
|
||||
<release-item-ideator id="luca.ferrari"/>
|
||||
</release-item-contributor-list>
|
||||
|
||||
<p>Add note for <id>CSTD</id> settings on BSD variants.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<release-item-contributor-list>
|
||||
<release-item-contributor id="luca.ferrari"/>
|
||||
@ -6568,6 +6578,11 @@
|
||||
<contributor-id type="github">crunchyjohn</contributor-id>
|
||||
</contributor>
|
||||
|
||||
<contributor id="jungle-boogie">
|
||||
<contributor-name-display>jungle-boogie</contributor-name-display>
|
||||
<contributor-id type="github">jungle-boogie</contributor-id>
|
||||
</contributor>
|
||||
|
||||
<contributor id="keith.fiske">
|
||||
<contributor-name-display>Keith Fiske</contributor-name-display>
|
||||
<contributor-id type="github">keithf4</contributor-id>
|
||||
|
@ -8,6 +8,8 @@
|
||||
CC=gcc
|
||||
|
||||
# Compile using C99 and Posix 2001 standards (also _DARWIN_C_SOURCE for MacOS)
|
||||
#
|
||||
# For BSD variants use: CSTD = -std=c99
|
||||
CSTD = -std=c99 -D_POSIX_C_SOURCE=200112L -D_DARWIN_C_SOURCE
|
||||
|
||||
# Compile optimizations
|
||||
|
Loading…
x
Reference in New Issue
Block a user