pgsql-server/src Makefile.shlib interfaces/ecp ...

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/src Makefile.shlib interfaces/ecp ...
Дата
Msg-id 20030927193532.7C077D1B4E8@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/09/27 16:35:32

Modified files:
    src            : Makefile.shlib
    src/interfaces/ecpg/compatlib: Makefile
    src/interfaces/ecpg/ecpglib: Makefile
    src/interfaces/libpgtcl: Makefile
    src/makefiles  : Makefile.darwin
    src/pl/tcl     : Makefile

Log message:
    Adjust Darwin build to use the default 'two level namespace' linking
    method.  Fix a number of places where shared libraries were linked without
    mentioning all the libraries they depend on; the Darwin and AIX ports
    are known to require this, and it doesn't seem to hurt any other supported
    platforms.  (Hence, remove code in pl/tcl makefile that tried to avoid
    mentioning other libs if not needed.)


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

Предыдущее
От: wieck@svr1.postgresql.org (Jan Wieck)
Дата:
Сообщение: pgsql-server/src/bin/pg_dump pg_dump.c
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/interfaces/libpgtcl Makefile