pgsql: AIX: Link TRANSFORM modules with their dependencies.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: AIX: Link TRANSFORM modules with their dependencies.
Дата
Msg-id E1ZFXYu-0007Nd-N5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
AIX: Link TRANSFORM modules with their dependencies.

The result closely resembles linking of these modules for the "win32"
port.  Augment the $(exports_file) header so the file is also usable as
an import file.  Unfortunately, relocating an AIX installation will now
require adding $(pkglibdir) to LD_LIBRARY_PATH.  Back-patch to 9.5,
where the modules were introduced.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/525a6a0d4580f52c13f0c9b7c9d82a4f96ef92fa

Modified Files
--------------
contrib/hstore_plperl/Makefile   |    7 ++++++-
contrib/hstore_plpython/Makefile |    7 ++++++-
contrib/ltree_plpython/Makefile  |    7 ++++++-
src/Makefile.shlib               |    3 ++-
4 files changed, 20 insertions(+), 4 deletions(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: AIX: Link the postgres executable with -Wl,-brtllib.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: AIX: Link the postgres executable with -Wl,-brtllib.