summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
Commit message (Expand)AuthorAgeFilesLines
...
* Turns out the HPUX linker likes -Bsymbolic too. Without this, ODBCTom Lane2001-03-101-2/+2
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-271-1/+6
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-5/+2
* move commentBruce Momjian2001-02-101-7/+8
* Add comment about linker/compiler on bsd.Bruce Momjian2001-02-101-1/+7
* Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian2001-02-101-5/+7
* Repair BSD/OS shared library fixes.Peter Eisentraut2001-02-101-2/+3
* Revert shlib changes.Bruce Momjian2001-02-101-7/+8
* Remove protcol option buttons.Bruce Momjian2001-02-101-8/+7
* Check for -lresolv.Peter Eisentraut2001-02-041-2/+2
* -L linker options are now in LDFLAGS, not LIBS. The word hadn't gottenPeter Eisentraut2000-12-061-2/+2
* Make all commands that link a program look likePeter Eisentraut2000-11-301-3/+3
* Give GCC on Irix a (theoretical) chance.Peter Eisentraut2000-11-141-2/+2
* Please apply this patch to current, to fix a problem with runcheck,Bruce Momjian2000-11-091-3/+3
* Fix 'soname's for various platforms, so that libpq.so.2.0 is consideredPeter Eisentraut2000-11-081-8/+13
* Separate CFLAGS_SL and CXXFLAGS_SL, to allow building with C and C++Peter Eisentraut2000-11-041-7/+7
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-311-3/+8
* Make use of system-specific linker option to embed shared library searchPeter Eisentraut2000-10-271-6/+8
* Use compiler driver, not linker, to link shared libraries on Unixware.Peter Eisentraut2000-10-271-2/+14
* Rearrange handling of -L linker options so that they are always before allPeter Eisentraut2000-10-251-1/+4
* Polish shared library build to reduce number of special hacks. InPeter Eisentraut2000-10-231-93/+98
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-15/+15
* Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut2000-10-101-13/+10
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-071-1/+16
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-171-9/+9
* |> The Makefile.shlib changes will have to be discussed with other LinuxBruce Momjian2000-07-071-4/+4
* Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut2000-06-281-112/+137
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-161-3/+3
* Fix for bsdi 4.1 shared libraries.Bruce Momjian2000-03-091-2/+2
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-081-1/+19
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Hi,Bruce Momjian1999-10-131-1/+4
* Irix fix from Mark DalphinBruce Momjian1999-09-271-2/+2
* Fix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib supportTom Lane1999-07-161-19/+41
* Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports,Tom Lane1999-07-151-1/+3
* Irix update from Mark DalphinBruce Momjian1999-07-081-1/+8
* Generate a full set of version-numbered symlinks when buildingTom Lane1999-06-301-1/+20
* Dec alpha patches.Bruce Momjian1999-05-191-1/+7
* Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier1999-05-171-3/+4
* Prevent priority inversion in locking by checking for existing locksBruce Momjian1999-04-301-4/+4
* We have tested the patches on three platforms:Bruce Momjian1999-03-141-2/+6
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+19
* Portability fixes found needed for SunOS 4.1.x:Tom Lane1998-11-301-1/+3
* Fix at least a few shared-library problems on Linux.Tom Lane1998-11-121-2/+3
* Minor FreeBSD fixes put in placeMarc G. Fournier1998-10-311-4/+17
* Include appropriate flags for resolved shared library LDFLAGS_ODBCThomas G. Lockhart1998-10-281-1/+2
* Centralized shared-library build knowledge in a new file,Tom Lane1998-10-191-0/+180