pgAdmin III commit: Don't use --as-needed on Solaris. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Don't use --as-needed on Solaris.
Date
Msg-id E1V0Cv4-0001hv-Jz@gothos.postgresql.org
Whole thread Raw
List 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
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7eec4c448c788f8c96682805f71fc228b24dac60
Author: Richard PALO <richard.palo@baou.fr>

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix assignment.
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Use $(MAKE) instead of make.