summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-141-1/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Improved parallel make supportPeter Eisentraut2010-11-121-5/+6
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Still more third thoughts: when linking shared libraries, LDFLAGS probablyTom Lane2010-07-061-7/+4
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-19/+12
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-281-7/+7
* Make the .DEF file generation rules safe against tabs in exports.txt.Tom Lane2009-08-271-6/+6
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-3/+3
* Allow out-of-tree builds on mingw and cygwinPeter Eisentraut2009-01-051-3/+4
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-1/+5
* Move FAQ_AIX information to installation instructions.Peter Eisentraut2008-11-241-1/+2
* Synchronize the shared object build rules in Makefile.port with Makefile.shlibPeter Eisentraut2008-09-011-4/+3
* On cygwin and win32, don't override the shlib name when building a module.Peter Eisentraut2008-04-081-3/+7
* Always define stlib, since some platforms need it for building modules.Peter Eisentraut2008-04-071-2/+2
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-071-60/+148
* Don't build the win32 support files in the all target, only in distprep andPeter Eisentraut2008-02-261-8/+2
* Reorganize some of the exports list generation code. It seems that thisPeter Eisentraut2008-02-261-46/+27