projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3cade2
)
-Bsymbolic requires -lc on NetBSD. Also add rpath for non-ELF.
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 20 Jun 2001 20:15:45 +0000
(20:15 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 20 Jun 2001 20:15:45 +0000
(20:15 +0000)
from Johnny C. Lam <lamj@stat.cmu.edu> via D'Arcy
src/makefiles/Makefile.netbsd
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.netbsd
b/src/makefiles/Makefile.netbsd
index 5cb8085058782b4f8c68704308c8b8d63b7622fb..bcba61732fbc68effe9b573e21e52ec427d7e6fe 100644
(file)
--- a/
src/makefiles/Makefile.netbsd
+++ b/
src/makefiles/Makefile.netbsd
@@
-3,7
+3,9
@@
AROPT = cr
ifdef ELF_SYSTEM
export_dynamic = -Wl,-E
rpath = -Wl,-R$(libdir)
-shlib_symbolic = -Wl,-Bsymbolic
+shlib_symbolic = -Wl,-Bsymbolic -lc
+else
+rpath = -R$(libdir)
endif
DLSUFFIX = .so