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