summaryrefslogtreecommitdiff
path: root/src/makefiles
AgeCommit message (Expand)Author
2003-06-05Support for Intel compiler on LinuxPeter Eisentraut
2003-05-29AFAICT, none of our shared libraries are anywhere near big enough toTom Lane
2003-05-22Fix compilation on Cygwin.Peter Eisentraut
2003-05-19Use -fPIC on Sparc, per Tom Callaway.Tom Lane
2003-05-19Rename Win32 include directory from win32_include to win32.Bruce Momjian
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-11Finish removing HPUXMATHLIB.Tom Lane
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut
2003-01-05Revert rpath-mangling patch. See discussion on -patches around Nov 29 forPeter Eisentraut
2002-11-14There was an error in the gcc portion of the patch I sent you. Here isBruce Momjian
2002-11-10I am attaching a patch file that will replace the previous one. It onlyBruce Momjian
2002-10-09> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-16Move few remaining src/utils files to backend/port so everything is inBruce Momjian
2002-04-05> > This patch corrects the use of rpath and export options when compilingBruce Momjian
2002-02-23Feature patch per prev thread for --with-tcl, only affects AIXBruce Momjian
2001-11-11Fix for compiling libpq++ on Solaris with Sun SPRO6U2.Bruce Momjian
2001-10-05Fix shared library builds for MacOS X.Peter Eisentraut
2001-09-06Add -rpath for BSD/OS, from Peter E.Bruce Momjian
2001-09-06> > I sent this to -hackers and peter_e, but thought it ought to go toBruce Momjian
2001-09-06This fixes the regression test .so builds on sysv5 systems:Bruce Momjian
2001-09-06On Sat, Aug 25, 2001 at 08:15:45PM -0400, Bruce Momjian wrote:Bruce Momjian
2001-08-29Install the SQL command man pages into a section appropriate for eachPeter Eisentraut
2001-08-26VPATH and DESTDIR support for PL/Perl, using the same techniques employedPeter Eisentraut
2001-06-20Shared libraries should not be linked explicitly against -lc on FreeBSDPeter Eisentraut
2001-06-20-Bsymbolic requires -lc on NetBSD. Also add rpath for non-ELF.Peter Eisentraut
2001-05-25See attached for a small patch that enables plpython to build cleanlyBruce Momjian
2001-05-25The following patch corrects a make install problem when buildingBruce Momjian
2001-05-24I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian
2001-05-08Mention SHELL usage in initdb.Bruce Momjian
2001-05-07Shared library and GCC support for SCO OpenServer.Peter Eisentraut
2001-05-03Fixes to make ecpg work on Cygwin, from Jason Tishler <Jason.Tishler@dothill....Tom Lane
2001-04-04Clean up AIX makefile to recognize subversions of AIX 4.1 correctly.Tom Lane
2001-04-04Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane
2001-03-24Hadn't built on a PARISC 1.1 box in a long time ... but when I did,Tom Lane
2001-03-14Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation.Tom Lane
2001-03-10Use install-sh unconditionally.Peter Eisentraut
2001-03-03Add configure check for -lunix, for QNX.Peter Eisentraut
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-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-01-09Remove -L$(libdir) from DLLLIBS to prevent linking with an old versionPeter Eisentraut
2000-12-16Fix linker options for ODBC driver. See comment inPeter Eisentraut
2000-12-11Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane
2000-12-07Do not use 'ar cq' to build library archives, use 'ar cr' instead.Peter Eisentraut
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-11-14spaces to tabPeter Eisentraut