projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
495fdfb
)
Add flags to allow dynamic loader to find Postgres sharable libraries without
author
Thomas G. Lockhart
Tue, 1 Jul 1997 00:29:40 +0000
(
00:29
+0000)
committer
Thomas G. Lockhart
Tue, 1 Jul 1997 00:29:40 +0000
(
00:29
+0000)
having to modify the system-wide library database.
src/makefiles/Makefile.linux
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.linux
b/src/makefiles/Makefile.linux
index 21df0c8a23a93b343b78db32459aebb1229af1e7..528423701c00ae9da250b9eb7d0a9f9297df5ed6 100644
(file)
--- a/
src/makefiles/Makefile.linux
+++ b/
src/makefiles/Makefile.linux
@@
-1,5
+1,5
@@
ifdef LINUX_ELF
-LDFLAGS+= -rdynamic
+LDFLAGS+= -rdynamic
-Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
endif
MK_NO_LORDER= true