summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
AgeCommit message (Expand)Author
2004-11-20Fix up makefile dependencies for pg_config_paths.h.Tom Lane
2004-11-19Clean up rpath handling for HPUX --- we can't use the cc-style rpathTom Lane
2004-11-17Adjust SHLIB_LINK for cygwin case.Tom Lane
2004-11-16Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin.Tom Lane
2004-10-16Export only required symbols in libpq on Win32.Bruce Momjian
2004-10-15> This lets you do something like:Bruce Momjian
2004-10-13Allow compiles for Cygwin /contrib modules.Bruce Momjian
2004-10-13Enable static lib builds on Win32 and Cygwin.Bruce Momjian
2004-10-12Update Cygwin build to not use DLLINIT, per Cygwin report from ReiniBruce Momjian
2004-10-12Fix vpath build break, induced by Bruce's recent commit.Neil Conway
2004-10-12Add some pg_config_path.h dependencies for places that includeBruce Momjian
2004-10-08Tweak HPUX shared-library build flags, per Shinji Teragaito.Tom Lane
2004-09-02Fix shared library linking operations to work properly on all (or atTom Lane
2004-07-13Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane
2004-05-19Rename irix5 port to irix.Bruce Momjian
2004-05-12Here's a patch that will allow external modules like pl<lang> to setBruce Momjian
2003-12-01Win32 patch for Makefile.shlibBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-20When building shared libraries on HPUX with gcc, forcibly include -lgccTom Lane
2003-09-27Adjust Darwin build to use the default 'two level namespace' linkingTom Lane
2003-09-20Apply ranlib(1) after installing a static (.a) library on Darwin.Tom Lane
2003-09-14Since I haven't gotten a reply, can someone REVERT the lines inBruce Momjian
2003-09-10Here is a patch to make PostgreSQL use a full path in DT_SONAME forBruce Momjian
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut
2003-01-11Cause symlinks for shared-library versioning to run in the standardTom Lane
2002-10-09> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-09-04Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane
2002-09-03AIX shlib fix for building libpq.so from Tomoyuki NiijimaBruce Momjian
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-16Move few remaining src/utils files to backend/port so everything is inBruce Momjian
2002-05-24Change PL/Tcl build to use configured compiler and Makefile.shlibPeter Eisentraut
2002-04-10Add make install-strip target.Peter Eisentraut
2001-11-11Fix for compiling libpq++ on Solaris with Sun SPRO6U2.Bruce Momjian
2001-10-05Fix shared library builds for MacOS X.Peter Eisentraut
2001-09-22Provide some initial support for building the ODBC driver forPeter Eisentraut
2001-09-11Use gcc -shared rather than gcc -G for shared library linking on Solaris.Peter Eisentraut
2001-06-20Shared libraries should not be linked explicitly against -lc on FreeBSDPeter Eisentraut
2001-05-07Shared library and GCC support for SCO OpenServer.Peter Eisentraut
2001-04-15Add LDFLAGS_SL to AIX shlib building command, per report fromTom Lane
2001-03-27The following patch updates the FAQ_AIX and makes C++ code work withBruce Momjian
2001-03-14Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation.Tom Lane
2001-03-10Turns out the HPUX linker likes -Bsymbolic too. Without this, ODBCTom Lane
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-10move commentBruce Momjian
2001-02-10Add comment about linker/compiler on bsd.Bruce Momjian
2001-02-10Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian
2001-02-10Repair BSD/OS shared library fixes.Peter Eisentraut