diff options
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 |