diff options
| author | Andres Freund | 2022-12-07 02:55:28 +0000 |
|---|---|---|
| committer | Andres Freund | 2022-12-07 02:55:28 +0000 |
| commit | 9db49fc5bfdc0126be03f4b8986013e59d93b91d (patch) | |
| tree | 9b3a2ee004e98feec42933a5174f9159ca862788 /src/makefiles/Makefile.netbsd | |
| parent | 8018ffbf5895ee16a1fd7117c4526b47ac42332e (diff) | |
autoconf: Move export_dynamic determination to configure
Previously export_dynamic was set in src/makefiles/Makefile.$port. For solaris
this required exporting with_gnu_ld. The determination of with_gnu_ld would be
nontrivial to copy for meson PGXS compatibility. It's also nice to delete
libtool.m4.
This uses -Wl,--export-dynamic on all platforms, previously all platforms but
FreeBSD used -Wl,-E. The likelihood of a name conflict seems lower with the
longer spelling.
Discussion: https://postgr.es/m/20221005200710.luvw5evhwf6clig6@awork3.anarazel.de
Diffstat (limited to 'src/makefiles/Makefile.netbsd')
| -rw-r--r-- | src/makefiles/Makefile.netbsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.netbsd b/src/makefiles/Makefile.netbsd index 4f8e9ec2521..eb86e0b76e4 100644 --- a/src/makefiles/Makefile.netbsd +++ b/src/makefiles/Makefile.netbsd @@ -1,4 +1,3 @@ -export_dynamic = -Wl,-E rpath = -Wl,-R'$(rpathdir)' |
