pgsql: Add _FORTIFY_SOURCE to default compiler options for linux templa

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add _FORTIFY_SOURCE to default compiler options for linux templa
Date: 2012-09-29 17:24:13
Message-ID: E1TI0lx-0005S9-VO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add _FORTIFY_SOURCE to default compiler options for linux template

Many distributors use this, so we might as well see the warnings as
well.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/997fa75d6b1522658d4464396cb91264f642634a

Modified Files
--------------
src/template/linux | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-09-29 21:57:35 pgsql: Fix bugs in "restore.sql" script emitted in pg_dump tar output.
Previous Message Peter Eisentraut 2012-09-29 17:04:36 pgsql: PL/Python: Remove workaround for returning booleans in Python <2