summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.openbsd
Commit message (Expand)AuthorAgeFilesLines
* autoconf: Move export_dynamic determination to configureAndres Freund2022-12-061-1/+0
* autoconf: Rely on ar supporting index creationAndres Freund2022-10-071-2/+0
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-251-2/+0
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-211-2/+0
* Remove support for non-ELF BSD systemsPeter Eisentraut2019-07-011-12/+0
* Ensure link commands list *.o files before LDFLAGS.Tom Lane2019-01-021-1/+1
* Always use -fPIC, not -fpic, when building shared libraries with gcc.Tom Lane2017-06-011-4/+0
* 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
* Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolicTom Lane2004-12-211-2/+1
* 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-3/+8
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-291-0/+2
* 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-0/+6
* Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut2000-10-071-1/+1
* Rename templates to match names in makefiles/Makefile.* and include/port.Peter Eisentraut2000-07-151-0/+16