diff options
| author | Tom Lane | 2004-12-21 18:47:42 +0000 |
|---|---|---|
| committer | Tom Lane | 2004-12-21 18:47:42 +0000 |
| commit | 71d21577de945a1fdf16f85a30d756c8d1aeaee3 (patch) | |
| tree | d83c8b0cdbb9773a584ad5a00d6449c38a53faf3 /src/makefiles/Makefile.netbsd | |
| parent | 96b42de9a8f72fd42bc95abca820f7daaa4c7add (diff) | |
Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic
macros, which aren't used anywhere and haven't been for some time.
Diffstat (limited to 'src/makefiles/Makefile.netbsd')
| -rw-r--r-- | src/makefiles/Makefile.netbsd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.netbsd b/src/makefiles/Makefile.netbsd index 2b6a1e13fd2..b40ed8826e7 100644 --- a/src/makefiles/Makefile.netbsd +++ b/src/makefiles/Makefile.netbsd @@ -3,9 +3,8 @@ AROPT = cr ifdef ELF_SYSTEM export_dynamic = -Wl,-E rpath = -Wl,-R$(rpathdir) -shlib_symbolic = -Wl,-Bsymbolic -lc else -rpath = -R$(rpathdir) +rpath = -Wl,-R$(rpathdir) endif DLSUFFIX = .so |
