aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/dynloader/netbsd.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-10-05 23:03:55 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-10-05 23:03:55 -0400
commitbfe2e847811a4d0a46c8cdf16195c0e5929b6f83 (patch)
treed31e9566409bfd623ac81703072e5bd2e868b4aa /src/backend/port/dynloader/netbsd.c
parent11c0e743b67acc9a0406b6058ed24de5e5527cf0 (diff)
downloadpostgresql-bfe2e847811a4d0a46c8cdf16195c0e5929b6f83.tar.gz
postgresql-bfe2e847811a4d0a46c8cdf16195c0e5929b6f83.zip
Remove -Wl,-undefined,dynamic_lookup in macOS build.
We don't need this anymore, and it prevents build-time error checking that's usually good to have, so remove it. Undoes one change of commit cac765820. Unfortunately, it's much harder to get a similar effect on other common platforms, because we don't want the linker to throw errors for symbols that will be resolved in the core backend. Only macOS and AIX expect the core backend executable to be available while linking loadable modules, so only these platforms can usefully throw errors for unresolved symbols at link time. Discussion: <2652.1475512158@sss.pgh.pa.us>
Diffstat (limited to 'src/backend/port/dynloader/netbsd.c')
0 files changed, 0 insertions, 0 deletions