projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
970768c
)
Use -Wl for linker switches on freebsd --- back-port of an 8.0 change.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 3 Feb 2007 17:27:11 +0000
(17:27 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 3 Feb 2007 17:27:11 +0000
(17:27 +0000)
I think this will make buildfarm member herring go green in this branch.
src/makefiles/Makefile.freebsd
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.freebsd
b/src/makefiles/Makefile.freebsd
index 90543b7016a3f4184215f84d0f22010ec5a00466..3acf890e08bb6468be3261667cccd2fd696c683c 100644
(file)
--- a/
src/makefiles/Makefile.freebsd
+++ b/
src/makefiles/Makefile.freebsd
@@
-1,8
+1,8
@@
AROPT = cr
ifdef ELF_SYSTEM
-export_dynamic = -export-dynamic
-rpath = -R$(libdir)
+export_dynamic = -
Wl,-
export-dynamic
+rpath = -
Wl,-
R$(libdir)
shlib_symbolic = -Wl,-Bsymbolic -lc
endif