summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.aix
AgeCommit message (Expand)Author
2012-10-10Fix PGXS support for building loadable modules on AIX.Tom Lane
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane
2010-07-06Allow for LDFLAGS_SL already having a value in Makefile.aix.Tom Lane
2010-07-05Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-09-01Synchronize the shared object build rules in Makefile.port with Makefile.shlibPeter Eisentraut
2008-02-26Reorganize some of the exports list generation code. It seems that thisPeter Eisentraut
2006-09-19Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane
2006-04-19Remove use of lorder and tsort while building static libraries. There'sTom Lane
2006-01-19Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin.Bruce Momjian
2005-10-28Clean up AIX build to avoid 'duplicate symbol' warnings, by moving useTom Lane
2005-07-24Partial fixes for contrib build on AIX: include -lm where needed.Tom Lane
2002-10-09> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce 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-08-29Install the SQL command man pages into a section appropriate for eachPeter Eisentraut
2001-04-04Clean up AIX makefile to recognize subversions of AIX 4.1 correctly.Tom Lane
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-11-09Please apply this patch to current, to fix a problem with runcheck,Bruce Momjian
2000-11-06Back out aix makefile patch.Bruce Momjian
2000-11-06Makefile.ports (copied from makefiles/Makefile.aix) is included beforeBruce Momjian
2000-11-04Separate CFLAGS_SL and CXXFLAGS_SL, to allow building with C and C++Peter Eisentraut
2000-10-21Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut
2000-10-16Something changed, that now shows that there is a dependency missing inBruce Momjian
2000-09-29Please apply the following patch to fix problems with the AIX portBruce Momjian
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-12Can you please apply the following patch to current CVSBruce Momjian
2000-04-05Please forget all I said about gcc and AIX in my previous mail.Bruce Momjian
1998-02-27From: Darren King <darrenk@insightdist.com>Marc G. Fournier
1997-10-30AIX patch from Darren King.Bruce Momjian
1997-06-11From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
1997-05-22Oops, missed the commit on this one by Darren King also...new Makefile.aixMarc G. Fournier
1997-04-12Remove port specific Makefile 'targets' (ie. shared libraries) fromMarc G. Fournier