projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f57477e
)
Add -rpath for BSD/OS, from Peter E.
author
Bruce Momjian
Thu, 6 Sep 2001 13:43:42 +0000
(13:43 +0000)
committer
Bruce Momjian
Thu, 6 Sep 2001 13:43:42 +0000
(13:43 +0000)
src/makefiles/Makefile.bsdi
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.bsdi
b/src/makefiles/Makefile.bsdi
index 95eb123841f160e2ec12be052bbc08c705e3b61c..99be3eebb10fc6e6c27654396cb3ed911476cd81 100644
(file)
--- a/
src/makefiles/Makefile.bsdi
+++ b/
src/makefiles/Makefile.bsdi
@@
-14,6
+14,7
@@
endif
ifeq ($(DLSUFFIX), .so)
CFLAGS_SL = -fpic
+rpath = -Wl,-rpath,$(libdir)
export_dynamic = -export-dynamic
shlib_symbolic = -Wl,-Bsymbolic
else