Thread: pgsql/src/pl/plperl GNUmakefile

pgsql/src/pl/plperl GNUmakefile

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/02/23 16:49:10

Modified files:
    src/pl/plperl  : GNUmakefile

Log message:
    OK'ed by Peter.

    The attached patch enables plperl to build under Cygwin.  It is
    basically yet another BE_DLLLIBS patch with a perl MakeMaker twist.  I
    tried the patch under Red Hat 7.1 Linux too and I did not observe any
    ill effects.

    Jason Tishler