pgsql: Use -Bsymbolic for shared libraries on HP-UX and Solaris.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Use -Bsymbolic for shared libraries on HP-UX and Solaris.
Дата
Msg-id E1fzYJt-0002uu-6f@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use -Bsymbolic for shared libraries on HP-UX and Solaris.

These platforms are also subject to the mis-linking problem addressed
in commit e3d77ea6b.  It's not clear whether we could solve it with
a solution equivalent to GNU ld's version scripts, but -Bsymbolic
appears to fix it, so let's use that.

Like the previous commit, back-patch as far as v10.

Discussion: https://postgr.es/m/153626613985.23143.4743626885618266803@wrigleys.postgresql.org

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e3aafe200125975022653eb3197bcf03f7744391

Modified Files
--------------
src/Makefile.shlib | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Hide a static inline from FRONTEND code.
Следующее
От: Andrew Gierth
Дата:
Сообщение: pgsql: Repair double-free in SP-GIST rescan (bug #15378)