summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
Commit message (Expand)AuthorAgeFilesLines
* Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into theBruce Momjian2007-02-201-2/+2
* Fix another erroneous =-for-:= substitution.Tom Lane2007-02-111-2/+2
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-6/+6
* Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut2007-01-071-3/+5
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-191-5/+11
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-281-4/+4
* Remove use of lorder and tsort while building static libraries. There'sTom Lane2006-04-191-9/+1
* Remove BEOS port.Bruce Momjian2006-01-051-17/+1
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-301-2/+2
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-11/+11
* Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.Tom Lane2005-12-031-3/+6
* Clean up AIX build to avoid 'duplicate symbol' warnings, by moving useTom Lane2005-10-281-2/+2
* Cygwin no longer needs to hack SHLIB_LINK, now that Rocco AltierTom Lane2005-08-081-3/+1
* Set shlib naming convention on Cygwin to 'cygFOO.dll', which appearsTom Lane2005-08-071-2/+2
* Fix unwanted side-effects of recent SHLIB_LINK -L patch on existingTom Lane2005-07-131-6/+9
* Move -L flag around for shared builds:Bruce Momjian2005-07-131-2/+2
* Hack around the discrepancy between default library search paths forTom Lane2005-07-121-1/+8
* Reverse this patch:Bruce Momjian2005-07-041-2/+2
* > A quick look shows that when you use --with-libraries=/foo/bar theBruce Momjian2005-07-021-2/+2
* 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