aboutsummaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.openbsd
Commit message (Expand)AuthorAge
* autoconf: Move export_dynamic determination to configureAndres Freund2022-12-06
* autoconf: Rely on ar supporting index creationAndres Freund2022-10-07
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-25
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-21
* Remove support for non-ELF BSD systemsPeter Eisentraut2019-07-01
* Ensure link commands list *.o files before LDFLAGS.Tom Lane2019-01-02
* Always use -fPIC, not -fpic, when building shared libraries with gcc.Tom Lane2017-06-01
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Synchronize the shared object build rules in Makefile.port with Makefile.shlibPeter Eisentraut2008-09-01
* Remove use of lorder and tsort while building static libraries. There'sTom Lane2006-04-19
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolicTom Lane2004-12-21
* Modify the platform-specific makefiles so that macro 'rpath' is definedTom Lane2004-11-19
* Use -fPIC not -fpic for BSDen on Sparc. Also switch fromTom Lane2004-10-11
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-29
* Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian2001-02-10
* Fix linker options for ODBC driver. See comment inPeter Eisentraut2000-12-16
* Do not use 'ar cq' to build library archives, use 'ar cr' instead.Peter Eisentraut2000-12-07
* Make use of system-specific linker option to embed shared library searchPeter Eisentraut2000-10-27
* Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut2000-10-21
* Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut2000-10-07
* Rename templates to match names in makefiles/Makefile.* and include/port.Peter Eisentraut2000-07-15