summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.freebsd
Commit message (Expand)AuthorAgeFilesLines
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-1/+2
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-141-2/+0
* Synchronize the shared object build rules in Makefile.port with Makefile.shlibPeter Eisentraut2008-09-011-1/+1
* Remove use of lorder and tsort while building static libraries. There'sTom Lane2006-04-191-1/+1
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-1/+1
* Back off allow_nonpic_in_shlib for FreeBSD builds: only set it on i386.Tom Lane2005-08-241-5/+3
* Cleanups for FreeBSD linking (PIC) and plpython compiles.Bruce Momjian2005-08-121-1/+3
* Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolicTom Lane2004-12-211-3/+2
* Modify the platform-specific makefiles so that macro 'rpath' is definedTom Lane2004-11-191-1/+1
* Use -fPIC not -fpic for BSDen on Sparc. Also switch fromTom Lane2004-10-111-0/+6
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-291-0/+2
* Shared libraries should not be linked explicitly against -lc on FreeBSDPeter Eisentraut2001-06-201-1/+1
* Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian2001-02-101-1/+1
* Fix linker options for ODBC driver. See comment inPeter Eisentraut2000-12-161-0/+1
* Do not use 'ar cq' to build library archives, use 'ar cr' instead.Peter Eisentraut2000-12-071-1/+1
* Make use of system-specific linker option to embed shared library searchPeter Eisentraut2000-10-271-0/+1
* Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut2000-10-211-1/+5
* Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut2000-10-071-1/+1
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-1/+1
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-1/+1
* Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier1999-05-171-3/+7
* slight mods required for freebsd (elf vs aout stuff)Marc G. Fournier1998-11-021-1/+1
* Minor FreeBSD fixes put in placeMarc G. Fournier1998-10-311-5/+5
* Okay, this shoudl provide a fix for the freebsd problem...Marc G. Fournier1998-10-301-2/+6
* Oops, don't forget to get rid ofthe -Bforcearchive option altogether...Marc G. Fournier1998-10-271-2/+2
* Starting with v3.0 of FreeBSD, we are now an elf system, and dont' have aMarc G. Fournier1998-10-271-0/+9