pgsql: Add $(CFLAGS) to the simplified build rule for .so libraries on

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add $(CFLAGS) to the simplified build rule for .so libraries on
Date: 2006-11-28 05:47:16
Message-ID: 20061128054716.960519FB2E3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin.
Arguably we should do this on *all* platforms, but for the moment I'll be
conservative and just do it where it's demonstrably needed. Per report
from Brian Wipf.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/makefiles:
Makefile.darwin (r1.8.6.1 -> r1.8.6.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.darwin.diff?r1=1.8.6.1&r2=1.8.6.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-11-28 05:54:33 pgsql: Back-patch HEAD's fixes to recognize __ppc64__ as equivalent to
Previous Message Tom Lane 2006-11-28 05:45:44 pgsql: Add $(CFLAGS) to the simplified build rule for .so libraries on