summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.freebsd
AgeCommit message (Expand)Author
2022-12-07autoconf: Move export_dynamic determination to configureAndres Freund
2022-10-07autoconf: Rely on ar supporting index creationAndres Freund
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2019-10-21Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane
2019-07-01Remove support for non-ELF BSD systemsPeter Eisentraut
2019-02-04Move port-specific parts of with_temp_install to port makefile.Andrew Gierth
2019-01-02Ensure link commands list *.o files before LDFLAGS.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
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
2006-04-19Remove use of lorder and tsort while building static libraries. There'sTom Lane
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-08-24Back off allow_nonpic_in_shlib for FreeBSD builds: only set it on i386.Tom Lane
2005-08-12Cleanups for FreeBSD linking (PIC) and plpython compiles.Bruce Momjian
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
2004-10-11Use -fPIC not -fpic for BSDen on Sparc. Also switch fromTom Lane
2001-08-29Install the SQL command man pages into a section appropriate for eachPeter Eisentraut
2001-06-20Shared libraries should not be linked explicitly against -lc on FreeBSDPeter Eisentraut
2001-02-10Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian
2000-12-16Fix linker options for ODBC driver. See comment inPeter Eisentraut
2000-12-07Do not use 'ar cq' to build library archives, use 'ar cr' instead.Peter 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
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-05-17Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier
1998-11-02slight mods required for freebsd (elf vs aout stuff)Marc G. Fournier
1998-10-31Minor FreeBSD fixes put in placeMarc G. Fournier
1998-10-30Okay, this shoudl provide a fix for the freebsd problem...Marc G. Fournier
1998-10-27Oops, don't forget to get rid ofthe -Bforcearchive option altogether...Marc G. Fournier
1998-10-27Starting with v3.0 of FreeBSD, we are now an elf system, and dont' have aMarc G. Fournier