summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
AgeCommit message (Expand)Author
2001-05-07Shared library and GCC support for SCO OpenServer.Peter Eisentraut
2001-04-15Add LDFLAGS_SL to AIX shlib building command, per report fromTom Lane
2001-03-27The following patch updates the FAQ_AIX and makes C++ code work withBruce Momjian
2001-03-14Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation.Tom Lane
2001-03-10Turns out the HPUX linker likes -Bsymbolic too. Without this, ODBCTom Lane
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-10move commentBruce Momjian
2001-02-10Add comment about linker/compiler on bsd.Bruce Momjian
2001-02-10Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian
2001-02-10Repair BSD/OS shared library fixes.Peter Eisentraut
2001-02-10Revert shlib changes.Bruce Momjian
2001-02-10Remove protcol option buttons.Bruce Momjian
2001-02-04Check for -lresolv.Peter Eisentraut
2000-12-06-L linker options are now in LDFLAGS, not LIBS. The word hadn't gottenPeter Eisentraut
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-11-14Give GCC on Irix a (theoretical) chance.Peter Eisentraut
2000-11-09Please apply this patch to current, to fix a problem with runcheck,Bruce Momjian
2000-11-08Fix 'soname's for various platforms, so that libpq.so.2.0 is consideredPeter Eisentraut
2000-11-04Separate CFLAGS_SL and CXXFLAGS_SL, to allow building with C and C++Peter Eisentraut
2000-10-31This is the minimal version of the Darwin support patch fromPeter Eisentraut
2000-10-27Make use of system-specific linker option to embed shared library searchPeter Eisentraut
2000-10-27Use compiler driver, not linker, to link shared libraries on Unixware.Peter Eisentraut
2000-10-25Rearrange handling of -L linker options so that they are always before allPeter Eisentraut
2000-10-23Polish shared library build to reduce number of special hacks. InPeter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-10Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut
2000-10-07 The beos port in the source tree doesn't even compile. and evenBruce Momjian
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-07-07|> The Makefile.shlib changes will have to be discussed with other LinuxBruce Momjian
2000-06-28Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut
2000-05-16Several compilation and run-time problems occur when building on SGIBruce Momjian
2000-03-09Fix for bsdi 4.1 shared libraries.Bruce Momjian
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-10-13Hi,Bruce Momjian
1999-09-27Irix fix from Mark DalphinBruce Momjian
1999-07-16Fix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib supportTom Lane
1999-07-15Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports,Tom Lane
1999-07-08Irix update from Mark DalphinBruce Momjian
1999-06-30Generate a full set of version-numbered symlinks when buildingTom Lane
1999-05-19Dec alpha patches.Bruce Momjian
1999-05-17Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier
1999-04-30Prevent priority inversion in locking by checking for existing locksBruce Momjian
1999-03-14We have tested the patches on three platforms:Bruce Momjian
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1998-11-30Portability fixes found needed for SunOS 4.1.x:Tom Lane
1998-11-12Fix at least a few shared-library problems on Linux.Tom Lane
1998-10-31Minor FreeBSD fixes put in placeMarc G. Fournier
1998-10-28Include appropriate flags for resolved shared library LDFLAGS_ODBCThomas G. Lockhart