summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
Commit message (Expand)AuthorAgeFilesLines
* Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.Tom Lane2005-12-031-3/+6
* Back-patch recent changes to alter the order of -L flags inserted fromTom Lane2005-07-171-2/+4
* Fix up makefile dependencies for pg_config_paths.h.Tom Lane2004-11-201-3/+3
* Clean up rpath handling for HPUX --- we can't use the cc-style rpathTom Lane2004-11-191-3/+9
* Adjust SHLIB_LINK for cygwin case.Tom Lane2004-11-171-2/+2
* Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin.Tom Lane2004-11-161-1/+5
* Export only required symbols in libpq on Win32.Bruce Momjian2004-10-161-1/+13
* > This lets you do something like:Bruce Momjian2004-10-151-4/+4
* Allow compiles for Cygwin /contrib modules.Bruce Momjian2004-10-131-1/+3
* Enable static lib builds on Win32 and Cygwin.Bruce Momjian2004-10-131-7/+1
* Update Cygwin build to not use DLLINIT, per Cygwin report from ReiniBruce Momjian2004-10-121-6/+3
* Fix vpath build break, induced by Bruce's recent commit.Neil Conway2004-10-121-3/+3
* Add some pg_config_path.h dependencies for places that includeBruce Momjian2004-10-121-3/+3
* Tweak HPUX shared-library build flags, per Shinji Teragaito.Tom Lane2004-10-081-3/+3
* Fix shared library linking operations to work properly on all (or atTom Lane2004-09-021-2/+6
* Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane2004-07-131-55/+61
* Rename irix5 port to irix.Bruce Momjian2004-05-191-2/+2
* Here's a patch that will allow external modules like pl<lang> to setBruce Momjian2004-05-121-7/+13
* Win32 patch for Makefile.shlibBruce Momjian2003-12-011-1/+24
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* When building shared libraries on HPUX with gcc, forcibly include -lgccTom Lane2003-10-201-1/+4
* Adjust Darwin build to use the default 'two level namespace' linkingTom Lane2003-09-271-2/+2
* Apply ranlib(1) after installing a static (.a) library on Darwin.Tom Lane2003-09-201-1/+5
* Since I haven't gotten a reply, can someone REVERT the lines inBruce Momjian2003-09-141-2/+2
* Here is a patch to make PostgreSQL use a full path in DT_SONAME forBruce Momjian2003-09-101-2/+2
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-211-11/+11
* Cause symlinks for shared-library versioning to run in the standardTom Lane2003-01-111-4/+3
* > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian2002-10-091-4/+4
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-051-3/+3
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-041-69/+11
* Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane2002-09-041-3/+8
* AIX shlib fix for building libpq.so from Tomoyuki NiijimaBruce Momjian2002-09-031-2/+2
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-271-2/+2
* Move few remaining src/utils files to backend/port so everything is inBruce Momjian2002-07-161-5/+5
* Change PL/Tcl build to use configured compiler and Makefile.shlibPeter Eisentraut2002-05-241-2/+5
* Add make install-strip target.Peter Eisentraut2002-04-101-2/+2
* Fix for compiling libpq++ on Solaris with Sun SPRO6U2.Bruce Momjian2001-11-111-2/+2
* Fix shared library builds for MacOS X.Peter Eisentraut2001-10-051-2/+2
* Provide some initial support for building the ODBC driver forPeter Eisentraut2001-09-221-1/+2
* Use gcc -shared rather than gcc -G for shared library linking on Solaris.Peter Eisentraut2001-09-111-3/+14
* Shared libraries should not be linked explicitly against -lc on FreeBSDPeter Eisentraut2001-06-201-2/+1
* Shared library and GCC support for SCO OpenServer.Peter Eisentraut2001-05-071-1/+19
* Add LDFLAGS_SL to AIX shlib building command, per report fromTom Lane2001-04-151-2/+2
* The following patch updates the FAQ_AIX and makes C++ code work withBruce Momjian2001-03-271-2/+2
* Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation.Tom Lane2001-03-141-2/+2
* Turns out the HPUX linker likes -Bsymbolic too. Without this, ODBCTom Lane2001-03-101-2/+2
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-271-1/+6
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-5/+2
* move commentBruce Momjian2001-02-101-7/+8
* Add comment about linker/compiler on bsd.Bruce Momjian2001-02-101-1/+7