summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
AgeCommit message (Expand)Author
2024-02-28Remove AIX supportHeikki Linnakangas
2024-01-23Support shared libraries on Android (using make)Peter Eisentraut
2023-09-27Stop using "-multiply_defined suppress" on macOS.Tom Lane
2022-10-07autoconf: Rely on ar supporting index creationAndres Freund
2022-09-10aix: No need to use mkldexport when we want to export all symbolsAndres Freund
2022-08-25aix: Fix SHLIB_EXPORTS reference in VPATH buildsAndres Freund
2022-08-25solaris: Use versioning scripts instead of -BsymbolicAndres Freund
2022-08-24Change shared library installation naming on macOSPeter Eisentraut
2022-08-07solaris: Remove unnecessary gcc / gnu ld vs sun studio differencesAndres Freund
2022-07-18Default to hidden visibility for extension libraries where possibleAndres Freund
2022-07-08Remove HP-UX port.Thomas Munro
2022-07-06Tiny capitalization adjustment in pkg-config filesPeter Eisentraut
2022-07-06Unify DLSUFFIX on DarwinPeter Eisentraut
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