Обсуждение: pgsql/src/pl/plperl Makefile.PL

Поиск
Список
Период
Сортировка

pgsql/src/pl/plperl Makefile.PL

От
Bruce Momjian - CVS
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/06/19 20:26:06

Modified files:
    src/pl/plperl  : Makefile.PL

Log message:
    Apparently, on some systems, ExtUtils::Embed and MakeMaker are slightly
    broken, and its impossible to make a shared library when compiling with
    both CCDLFLAGS and LDDLFAGS, you have to pick one or the other.

    Alex Pilosov