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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Don't use --as-needed on Solaris.
Дата
Msg-id E1V0Cv4-0001hv-Jz@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Fix assignment.
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Use $(MAKE) instead of make.