]> granicus.if.org Git - postgresql/commitdiff
Use -Wl for linker switches on freebsd --- back-port of an 8.0 change.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Feb 2007 17:27:11 +0000 (17:27 +0000)
committerTom 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

index 90543b7016a3f4184215f84d0f22010ec5a00466..3acf890e08bb6468be3261667cccd2fd696c683c 100644 (file)
@@ -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