pgsql: Have configuration templates augment, not replace, LDFLAGS.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have configuration templates augment, not replace, LDFLAGS.
Date: 2014-06-11 23:54:24
Message-ID: E1WusLY-0002GN-Do@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Have configuration templates augment, not replace, LDFLAGS.

This preserves user-specified LDFLAGS; we already kept user-specified
CFLAGS and CPPFLAGS. Given the shortage of complaints and the fact that
any problem caused is likely to appear at build time, no back-patch.

Dag-Erling Smørgrav and Noah Misch

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4d92b158555452ba62ee3caf5c5546fd4a8cba5b

Modified Files
--------------
src/template/cygwin | 2 +-
src/template/win32 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-06-12 11:32:20 pgsql: Consistency improvements for slot and decoding code.
Previous Message Fujii Masao 2014-06-11 12:10:29 pgsql: Fix typos in comments.