Thread: pgsql-server/ /configure.in ontrib/contrib-glo ...
pgsql-server/ /configure.in ontrib/contrib-glo ...
From
petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Date:
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.