]> granicus.if.org Git - postgresql/commitdiff
Add -rpath for BSD/OS, from Peter E.
authorBruce Momjian <bruce@momjian.us>
Thu, 6 Sep 2001 13:43:42 +0000 (13:43 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 6 Sep 2001 13:43:42 +0000 (13:43 +0000)
src/makefiles/Makefile.bsdi

index 95eb123841f160e2ec12be052bbc08c705e3b61c..99be3eebb10fc6e6c27654396cb3ed911476cd81 100644 (file)
@@ -14,6 +14,7 @@ endif
 
 ifeq ($(DLSUFFIX), .so)
 CFLAGS_SL = -fpic
+rpath = -Wl,-rpath,$(libdir)
 export_dynamic = -export-dynamic
 shlib_symbolic = -Wl,-Bsymbolic
 else