aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
Commit message (Expand)AuthorAge
* On cygwin and win32, don't override the shlib name when building a module.Peter Eisentraut2008-04-08
* Always define stlib, since some platforms need it for building modules.Peter Eisentraut2008-04-07
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Don't build the win32 support files in the all target, only in distprep andPeter Eisentraut2008-02-26
* Reorganize some of the exports list generation code. It seems that thisPeter Eisentraut2008-02-26
* Escape # character in variable assignmentPeter Eisentraut2008-02-26
* Refactor the code that creates the shared library export files to appearPeter Eisentraut2008-02-26
* Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into theBruce Momjian2007-02-20
* Fix another erroneous =-for-:= substitution.Tom Lane2007-02-11
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09
* Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut2007-01-07
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-19
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-28
* Remove use of lorder and tsort while building static libraries. There'sTom Lane2006-04-19
* Remove BEOS port.Bruce Momjian2006-01-05
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-30
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.Tom Lane2005-12-03
* Clean up AIX build to avoid 'duplicate symbol' warnings, by moving useTom Lane2005-10-28
* Cygwin no longer needs to hack SHLIB_LINK, now that Rocco AltierTom Lane2005-08-08
* Set shlib naming convention on Cygwin to 'cygFOO.dll', which appearsTom Lane2005-08-07
* Fix unwanted side-effects of recent SHLIB_LINK -L patch on existingTom Lane2005-07-13
* Move -L flag around for shared builds:Bruce Momjian2005-07-13
* Hack around the discrepancy between default library search paths forTom Lane2005-07-12
* Reverse this patch:Bruce Momjian2005-07-04
* > A quick look shows that when you use --with-libraries=/foo/bar theBruce Momjian2005-07-02
* Fix up makefile dependencies for pg_config_paths.h.Tom Lane2004-11-20
* Clean up rpath handling for HPUX --- we can't use the cc-style rpathTom Lane2004-11-19
* Adjust SHLIB_LINK for cygwin case.Tom Lane2004-11-17
* Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin.Tom Lane2004-11-16
* Export only required symbols in libpq on Win32.Bruce Momjian2004-10-16
* > 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