pgAdmin III commit: Don't use --as-needed on Solaris.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Don't use --as-needed on Solaris.
Date: 2013-07-19 08:56:20
Message-ID: E1V06U8-0004J1-7V@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't use --as-needed on Solaris.

As /usr/bin/ld on illumos doesn't (yet) support --as-needed, this
patch to acinclude.m4 will suppress the LDFLAGS -Wl,-as-needed
passed when gcc is used as the compiler in the "bash bootstrap" command.

This patch assumes that all gcc variants running on illumos (gcc3 and
gcc4) are configured with --without-gnu-ld --with-ld=/usr/bin/ld,
which after brief research, seems typically the case.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=53fd51ecd7384263b43808e1e93dd829b59d09ee
Author: Richard PALO <richard(dot)palo(at)baou(dot)fr>

Modified Files
--------------
acinclude.m4 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-07-19 08:56:35 Re: Fwd: patch proposal for acinclude.m4 to better support gcc on illumos/smartos
Previous Message Richard PALO 2013-07-19 06:51:24 Fwd: patch proposal for acinclude.m4 to better support gcc on illumos/smartos