pgsql-server/ /configure.in ontrib/contrib-glo ... - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Subject pgsql-server/ /configure.in ontrib/contrib-glo ...
Date
Msg-id 20020905182846.6F814476143@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    petere@postgresql.org    02/09/05 14:28:46

Modified files:
    .              : configure.in
    contrib        : contrib-global.mk
    contrib/rserv  : Makefile
    src            : Makefile Makefile.shlib
    src/backend    : Makefile
    src/backend/utils/mb/conversion_procs: proc.mk
    src/include    : miscadmin.h
    src/makefiles  : Makefile.win
    src/pl/plpgsql/src: Makefile
    src/pl/plpython: Makefile
    src/template   : win
    src/test/regress: GNUmakefile
    src/tutorial   : Makefile

Log message:
    Assorted fixes for Cygwin:

    Eliminate the mysterious games that the Cygwin build plays with the linker
    flag variables.  DLLLIBS is gone, use SHLIB_LINK like everyone else.
    Detect cygipc in configure, after the linker flags are set up, otherwise
    configure might not work at all.

    Make sure everything is covered by make clean.

    Fix the build of the new conversion procedure modules.

    Add new DLLIMPORT markers where required.

    Finally, the compiler complains if we use an explicit
    -I/usr/local/include, so don't do that.  Curiously, -L/usr/local/lib is
    still necessary.


pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Date:
Subject: pgsql-server/src/interfaces/libpq fe-secure.c
Next
From: petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Date:
Subject: pgsql-server/. configure