summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
Commit message (Expand)AuthorAgeFilesLines
* autoconf: Rely on ar supporting index creationAndres Freund2022-10-071-6/+1
* aix: No need to use mkldexport when we want to export all symbolsAndres Freund2022-09-091-27/+18
* aix: Fix SHLIB_EXPORTS reference in VPATH buildsAndres Freund2022-08-241-1/+1
* solaris: Use versioning scripts instead of -BsymbolicAndres Freund2022-08-241-1/+6
* Change shared library installation naming on macOSPeter Eisentraut2022-08-241-1/+1
* solaris: Remove unnecessary gcc / gnu ld vs sun studio differencesAndres Freund2022-08-071-10/+2
* Default to hidden visibility for extension libraries where possibleAndres Freund2022-07-171-0/+13
* Remove HP-UX port.Thomas Munro2022-07-081-33/+0
* Tiny capitalization adjustment in pkg-config filesPeter Eisentraut2022-07-061-1/+1
* Unify DLSUFFIX on DarwinPeter Eisentraut2022-07-061-2/+0
* AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.Noah Misch2021-09-061-0/+4
* Improve fix pkg-config files for static linkingPeter Eisentraut2021-09-061-1/+1
* Make pkg-config files cross-compile friendlyPeter Eisentraut2021-09-031-3/+8
* Fix pkg-config files for static linkingPeter Eisentraut2021-09-031-1/+1
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-281-1/+1
* Clean up MinGW def file generationPeter Eisentraut2019-10-201-31/+9
* Remove support for non-ELF BSD systemsPeter Eisentraut2019-07-011-43/+28
* Ensure static libraries have correct mod time even if ranlib messes it up.Tom Lane2018-11-291-1/+7
* Don't build static libraries on CygwinAndrew Dunstan2018-10-021-5/+4
* Use -Bsymbolic for shared libraries on HP-UX and Solaris.Tom Lane2018-09-101-4/+4
* Prevent mis-linking of src/port and src/common functions on *BSD.Tom Lane2018-09-091-5/+15
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-2/+8
* Fix make rules that generate multiple output files.Tom Lane2018-03-231-14/+6
* Add C++ support to configure.Andres Freund2018-03-201-0/+1
* Remove support for bcc and msvc standalone libpq buildsMagnus Hagander2017-04-111-12/+4
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Fix cross-shlib linking in temporary installs on HPUX 10.Tom Lane2017-01-211-1/+1
* Remove "sco" and "unixware" ports.Tom Lane2016-10-111-24/+0
* Remove -Wl,-undefined,dynamic_lookup in macOS build.Tom Lane2016-10-051-1/+1
* Fix misstatement in comment in Makefile.shlib.Tom Lane2016-10-011-3/+2
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-251-1/+1
* Make the AIX case of Makefile.shlib safe for parallel make.Noah Misch2016-07-231-1/+10
* AIX: Link TRANSFORM modules with their dependencies.Noah Misch2015-07-151-1/+2
* Add transforms featurePeter Eisentraut2015-04-261-1/+1
* Unlink static libraries before rebuilding them.Noah Misch2015-03-011-0/+3
* Install shared libraries also in bin on cygwin, mingwPeter Eisentraut2015-01-181-2/+5
* Clarify .def file comments.Noah Misch2014-11-021-3/+3
* MinGW: Include .dll extension in .def file LIBRARY commands.Noah Misch2014-10-271-2/+2
* MinGW: Use -static-libgcc when linking a DLL.Noah Misch2014-10-211-2/+8
* Remove Alpha and Tru64 support.Andres Freund2014-06-281-4/+0
* Tweak position of $(DLL_DEFFILE) in shared-library link commands.Tom Lane2014-02-121-1/+1
* Get rid of use of dlltool in Mingw builds.Tom Lane2014-02-111-21/+20
* fix whitespaceAndrew Dunstan2014-02-011-1/+1
* Don't use deprecated dllwrap on Cygwin.Andrew Dunstan2014-02-011-0/+12
* Remove IRIX port.Robert Haas2013-10-181-10/+0
* Add pkg-config files for libpq and ecpg librariesPeter Eisentraut2013-03-311-3/+27
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-301-18/+0
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-031-13/+0
* Remove dead portsPeter Eisentraut2012-05-011-12/+0
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-151-1/+1