aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
Commit message (Expand)AuthorAge
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix cross-shlib linking in temporary installs on HPUX 10.Tom Lane2017-01-21
* Remove "sco" and "unixware" ports.Tom Lane2016-10-11
* Remove -Wl,-undefined,dynamic_lookup in macOS build.Tom Lane2016-10-05
* Fix misstatement in comment in Makefile.shlib.Tom Lane2016-10-01
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Make the AIX case of Makefile.shlib safe for parallel make.Noah Misch2016-07-23
* AIX: Link TRANSFORM modules with their dependencies.Noah Misch2015-07-15
* Add transforms featurePeter Eisentraut2015-04-26
* Unlink static libraries before rebuilding them.Noah Misch2015-03-01
* Install shared libraries also in bin on cygwin, mingwPeter Eisentraut2015-01-18
* Clarify .def file comments.Noah Misch2014-11-02
* MinGW: Include .dll extension in .def file LIBRARY commands.Noah Misch2014-10-27
* MinGW: Use -static-libgcc when linking a DLL.Noah Misch2014-10-21
* Remove Alpha and Tru64 support.Andres Freund2014-06-28
* Tweak position of $(DLL_DEFFILE) in shared-library link commands.Tom Lane2014-02-12
* Get rid of use of dlltool in Mingw builds.Tom Lane2014-02-11
* fix whitespaceAndrew Dunstan2014-02-01
* Don't use deprecated dllwrap on Cygwin.Andrew Dunstan2014-02-01
* Remove IRIX port.Robert Haas2013-10-18
* Add pkg-config files for libpq and ecpg librariesPeter Eisentraut2013-03-31
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-30
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-03
* Remove dead portsPeter Eisentraut2012-05-01
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-15
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-14
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Improved parallel make supportPeter Eisentraut2010-11-12
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Still more third thoughts: when linking shared libraries, LDFLAGS probablyTom Lane2010-07-06
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-28
* Make the .DEF file generation rules safe against tabs in exports.txt.Tom Lane2009-08-27
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Allow out-of-tree builds on mingw and cygwinPeter Eisentraut2009-01-05
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Move FAQ_AIX information to installation instructions.Peter Eisentraut2008-11-24
* Synchronize the shared object build rules in Makefile.port with Makefile.shlibPeter Eisentraut2008-09-01
* 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