diff options
Diffstat (limited to 'src/makefiles/Makefile.openbsd')
-rw-r--r-- | src/makefiles/Makefile.openbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.openbsd b/src/makefiles/Makefile.openbsd index 66671e675fb..e35739573cd 100644 --- a/src/makefiles/Makefile.openbsd +++ b/src/makefiles/Makefile.openbsd @@ -2,7 +2,7 @@ AROPT = cr ifdef ELF_SYSTEM export_dynamic = -Wl,-E -rpath = -R$(libdir) +rpath = -R$(rpathdir) shlib_symbolic = -Wl,-Bsymbolic endif |