pgsql: Fix install-strip on Mac OS X

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix install-strip on Mac OS X
Date: 2012-08-22 03:46:13
Message-ID: E1T41tV-00062G-JL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix install-strip on Mac OS X

There was a hack put into install-sh to call strip with the correct
options on Mac OS X. But that never worked, because configure
disabled stripping on that platform altogether. So remove that dead
code, and while we're at it, update install-sh to the latest upstream
source (from Automake).

Instead, set up the right strip options in programs.m4, so this now
actually works the way it was originally intended.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b748d8f280100e4ddbafcc65a768e287a1dfcc22

Modified Files
--------------
config/install-sh | 46 +++++++++++++++++++++++-----------------------
config/programs.m4 | 16 +++++++++++++---
configure | 17 ++++++++++++++---
3 files changed, 50 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-08-22 16:01:30 pgsql: Document that pg_reload_conf() is also an easy way to reload the
Previous Message Peter Eisentraut 2012-08-22 03:33:13 pgsql: Mark DateTimeParseError() noreturn