summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.linux
AgeCommit message (Expand)Author
2019-10-21Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane
2019-01-02Ensure link commands list *.o files before LDFLAGS.Tom Lane
2017-06-01Always use -fPIC, not -fpic, when building shared libraries with gcc.Tom Lane
2012-12-18Remove allow_nonpic_in_shlibPeter Eisentraut
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-05-06On Linux, use --enable-new-dtags when specifying -rpath to linker.Tom 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
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2004-12-21Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolicTom Lane
2004-11-19Modify the platform-specific makefiles so that macro 'rpath' is definedTom Lane
2003-06-05Support for Intel compiler on LinuxPeter Eisentraut
2003-05-19Use -fPIC on Sparc, per Tom Callaway.Tom Lane
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
2000-12-16Fix linker options for ODBC driver. See comment inPeter Eisentraut
2000-10-27Make use of system-specific linker option to embed shared library searchPeter Eisentraut
2000-10-21Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut
2000-10-07Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut
1998-10-12Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian
1998-04-06DESTDIR removed, again.Bruce Momjian
1998-04-06Make DESTDIR consistent, and verious Linux cleanups.Bruce Momjian
1998-04-06Hi,Bruce Momjian
1998-04-05Remove DISTDIR.Bruce Momjian
1998-02-18Cancel last version which introduced unintended flagsThomas G. Lockhart
1998-02-14Apparently there was aMarc G. Fournier
1998-01-01Remove declaration for -DLINUX_ELF since testing for __ELF__ in code.Thomas G. Lockhart
1997-07-29mkLinux patches from Tatsuo Ishii.Bruce Momjian
1997-07-01Add flags to allow dynamic loader to find Postgres sharable libraries withoutThomas G. Lockhart
1997-04-12Remove port specific Makefile 'targets' (ie. shared libraries) fromMarc G. Fournier