pgsql: Have configuration templates augment, not replace, LDFLAGS. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Have configuration templates augment, not replace, LDFLAGS.
Date
Msg-id E1WusLY-0002GN-Do@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Fix typos in comments.
Next
From: Andres Freund
Date:
Subject: pgsql: Consistency improvements for slot and decoding code.