index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
makefiles
/
Makefile.openbsd
Age
Commit message (
Expand
)
Author
2019-01-02
Ensure link commands list *.o files before LDFLAGS.
Tom Lane
2017-06-01
Always use -fPIC, not -fpic, when building shared libraries with gcc.
Tom Lane
2010-07-05
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
Tom Lane
2008-11-14
Set SQL man pages to be section 7 by default, and only transform them to
Peter Eisentraut
2008-09-01
Synchronize the shared object build rules in Makefile.port with Makefile.shlib
Peter Eisentraut
2006-04-19
Remove use of lorder and tsort while building static libraries. There's
Tom Lane
2005-12-09
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2004-12-21
Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic
Tom Lane
2004-11-19
Modify the platform-specific makefiles so that macro 'rpath' is defined
Tom Lane
2004-10-11
Use -fPIC not -fpic for BSDen on Sparc. Also switch from
Tom Lane
2001-08-29
Install the SQL command man pages into a section appropriate for each
Peter Eisentraut
2001-02-10
Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.
Bruce Momjian
2000-12-16
Fix linker options for ODBC driver. See comment in
Peter Eisentraut
2000-12-07
Do not use 'ar cq' to build library archives, use 'ar cr' instead.
Peter Eisentraut
2000-10-27
Make use of system-specific linker option to embed shared library search
Peter Eisentraut
2000-10-21
Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to
Peter Eisentraut
2000-10-07
Separate -Wl,-E or equivalent into separate make variable, since it's only
Peter Eisentraut
2000-07-15
Rename templates to match names in makefiles/Makefile.* and include/port.
Peter Eisentraut