summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
AgeCommit message (Expand)Author
2021-09-06AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.Noah Misch
2021-09-06Improve fix pkg-config files for static linkingPeter Eisentraut
2021-09-03Make pkg-config files cross-compile friendlyPeter Eisentraut
2021-09-03Fix pkg-config files for static linkingPeter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2019-10-20Clean up MinGW def file generationPeter Eisentraut
2019-07-01Remove support for non-ELF BSD systemsPeter Eisentraut
2018-11-29Ensure static libraries have correct mod time even if ranlib messes it up.Tom Lane
2018-10-02Don't build static libraries on CygwinAndrew Dunstan
2018-09-11Use -Bsymbolic for shared libraries on HP-UX and Solaris.Tom Lane
2018-09-09Prevent mis-linking of src/port and src/common functions on *BSD.Tom Lane
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-20Add C++ support to configure.Andres Freund
2017-04-11Remove support for bcc and msvc standalone libpq buildsMagnus Hagander
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-21Fix cross-shlib linking in temporary installs on HPUX 10.Tom Lane
2016-10-11Remove "sco" and "unixware" ports.Tom Lane
2016-10-06Remove -Wl,-undefined,dynamic_lookup in macOS build.Tom Lane
2016-10-01Fix misstatement in comment in Makefile.shlib.Tom Lane
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-07-24Make the AIX case of Makefile.shlib safe for parallel make.Noah Misch
2015-07-16AIX: Link TRANSFORM modules with their dependencies.Noah Misch
2015-04-26Add transforms featurePeter Eisentraut
2015-03-01Unlink static libraries before rebuilding them.Noah Misch
2015-01-19Install shared libraries also in bin on cygwin, mingwPeter Eisentraut
2014-11-03Clarify .def file comments.Noah Misch
2014-10-27MinGW: Include .dll extension in .def file LIBRARY commands.Noah Misch
2014-10-22MinGW: Use -static-libgcc when linking a DLL.Noah Misch
2014-06-28Remove Alpha and Tru64 support.Andres Freund
2014-02-12Tweak position of $(DLL_DEFFILE) in shared-library link commands.Tom Lane
2014-02-11Get rid of use of dlltool in Mingw builds.Tom Lane
2014-02-01fix whitespaceAndrew Dunstan
2014-02-01Don't use deprecated dllwrap on Cygwin.Andrew Dunstan
2013-10-18Remove IRIX port.Robert Haas
2013-03-31Add pkg-config files for libpq and ecpg librariesPeter Eisentraut
2012-08-30Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian
2012-05-03Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian
2012-05-01Remove dead portsPeter Eisentraut
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06Still more third thoughts: when linking shared libraries, LDFLAGS probablyTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2009-08-27Make the .DEF file generation rules safe against tabs in exports.txt.Tom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-01-05Allow out-of-tree builds on mingw and cygwinPeter Eisentraut